1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 13:56:44 +00:00
This commit is contained in:
deadc0de6
2023-11-19 22:03:45 +01:00
committed by deadc0de
parent 1cee25e2f0
commit 2210c1dec3

View File

@@ -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 }}