2 parents 3cb77a2 + c5de0c4 commit fc3875cCopy full SHA for fc3875c
1 file changed
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
pip install -r tests/requirements.txt --editable .
35
pytest
36
- name: Upload coverage to Codecov
37
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
38
with:
39
token: ${{ secrets.CODECOV_TOKEN }}
40
@@ -51,7 +51,7 @@ jobs:
51
pip install -r tests/requirements.txt
52
python -m pytest
53
54
55
56
57
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
0 commit comments