mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-28 12:17:14 +00:00
github: switch to codecov
This commit is contained in:
committed by
David Lechner
parent
b342daa0d6
commit
cbdbaf7903
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user