mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 13:09:18 +00:00
coverage
This commit is contained in:
8
.github/workflows/testing.yml
vendored
8
.github/workflows/testing.yml
vendored
@@ -33,9 +33,7 @@ jobs:
|
|||||||
./tests.sh
|
./tests.sh
|
||||||
env:
|
env:
|
||||||
DOTDROP_WORKERS: 4
|
DOTDROP_WORKERS: 4
|
||||||
- name: Coveralls
|
- name: Upload coverage reports to Codecov
|
||||||
run: |
|
uses: codecov/codecov-action@v3
|
||||||
pip install coveralls
|
|
||||||
coveralls --service=github
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user