Skip to content

Commit f0d58e7

Browse files
authored
⬆️ Bump codecov-action to v3 + fix CI (#29)
1 parent 10ca2e1 commit f0d58e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ jobs:
4343
run: |
4444
pytest --cov=relational_datasets/ --cov-report=xml relational_datasets/
4545
- name: Upload reports to Codecov
46-
uses: codecov/codecov-action@v2
46+
uses: codecov/codecov-action@v3
4747
with:
48+
token: ${{ secrets.CODECOV_TOKEN }}
4849
env_vars: OS,PYTHON
4950
fail_ci_if_error: true
5051
files: ./coverage.xml

0 commit comments

Comments
 (0)