From a7ebe4e170b26bf6fe6d4ed417c03c4c1a4e366f Mon Sep 17 00:00:00 2001 From: Ivan Marban Date: Fri, 5 Jan 2024 23:37:29 +0100 Subject: [PATCH] chore: remove old workflow, fix README badge --- .github/workflows/tests.yml | 47 ------------------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 .github/workflows/tests.yml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml deleted file mode 100644 index 229729e..0000000 --- a/.github/workflows/tests.yml +++ /dev/null @@ -1,47 +0,0 @@ -name: tests -on: - pull_request: - branches: - - master - - develop - push: - branches: - - master - - develop - -jobs: - test: - runs-on: ubuntu-latest - timeout-minutes: 5 - strategy: - matrix: - node: [14, 16, 18] - name: Node ${{ matrix.node }} test - steps: - - name: Clone repository - uses: actions/checkout@v2 - - name: Set Node.js version ${{ matrix.node }} - uses: actions/setup-node@v2 - with: - node-version: ${{ matrix.node }} - - name: Install dependencies - run: npm ci - - name: Run tests - run: npm test - - name: Coveralls Parallel - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - flag-name: run-${{ matrix.node }} - parallel: true - - finish: - name: Coveralls Coverage - needs: test - runs-on: ubuntu-latest - steps: - - name: Coveralls Finished - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - parallel-finished: true diff --git a/README.md b/README.md index f33574d..015b0b1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A [Telegram][0] transport for [winston][1]. [![Version npm](https://img.shields.io/npm/v/winston-telegram.svg)](https://www.npmjs.com/package/winston-telegram) [![npm Downloads](https://img.shields.io/npm/dw/winston-telegram.svg)](https://npmcharts.com/compare/winston-telegram?minimal=true) -[![Tests Status](https://github.com/ivanmarban/winston-telegram/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/ivanmarban/winston-telegram/actions/workflows/ci.yml) +[![CI Status](https://github.com/ivanmarban/winston-telegram/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/ivanmarban/winston-telegram/actions/workflows/ci.yaml) [![Coverage Status](https://coveralls.io/repos/github/ivanmarban/winston-telegram/badge.svg?branch=master)](https://coveralls.io/github/ivanmarban/winston-telegram?branch=master) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)