github: switch to codecov

This commit is contained in:
David Lechner
2022-06-01 16:00:24 -05:00
committed by David Lechner
parent b342daa0d6
commit cbdbaf7903
3 changed files with 3 additions and 12 deletions
+1 -4
View File
@@ -16,7 +16,4 @@ jobs:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn coverage
- name: Coveralls
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: codecov/codecov-action@v2
+1 -4
View File
@@ -21,10 +21,7 @@ jobs:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: codecov/codecov-action@v2
- name: Build
run: yarn build
- name: Install lftp
+1 -4
View File
@@ -23,8 +23,5 @@ jobs:
git diff --exit-code
- run: yarn test
- run: yarn coverage
- name: Coveralls
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: codecov/codecov-action@v2
- run: yarn build