1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 13:09:18 +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 ./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 }}