We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144f114 commit 09c3d0bCopy full SHA for 09c3d0b
.github/workflows/tests.yml
@@ -18,4 +18,7 @@ jobs:
18
activate-environment: entropy-pooling-dev
19
environment-file: requirements.yml
20
- run: pytest --cov=entropy_pooling --cov-fail-under=100 --cov-report=xml
21
- - uses: codecov/codecov-action@v3
+ - name: Upload coverage reports to Codecov
22
+ uses: codecov/codecov-action@v3
23
+ env:
24
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments