Skip to content

Commit 09c3d0b

Browse files
Codecov token test (#1)
* Codecov token test * Codecov token test2
1 parent 144f114 commit 09c3d0b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ jobs:
1818
activate-environment: entropy-pooling-dev
1919
environment-file: requirements.yml
2020
- run: pytest --cov=entropy_pooling --cov-fail-under=100 --cov-report=xml
21-
- uses: codecov/codecov-action@v3
21+
- name: Upload coverage reports to Codecov
22+
uses: codecov/codecov-action@v3
23+
env:
24+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)