mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 13:56:44 +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
|
||||
env:
|
||||
DOTDROP_WORKERS: 4
|
||||
- name: Coveralls
|
||||
run: |
|
||||
pip install coveralls
|
||||
coveralls --service=github
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user