Skip to content

Commit ad82c4c

Browse files
Update codecov in tests.yml (#10)
1 parent a221148 commit ad82c4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
environment-file: requirements.yml
2020
- run: pytest --cov=entropy_pooling --cov-fail-under=100 --cov-report=xml
2121
- name: Upload coverage reports to Codecov
22-
uses: codecov/codecov-action@v3
23-
env:
24-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
22+
uses: codecov/codecov-action@v4.0.1
23+
with:
24+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)