We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757cc50 commit d9b1a59Copy full SHA for d9b1a59
.github/workflows/test.yml
@@ -48,6 +48,6 @@ jobs:
48
49
- name: Upload coverage to Codecov
50
if: matrix.python-version == 3.8
51
- uses: codecov/codecov-action@v2.1.0
+ uses: codecov/codecov-action@v3
52
with:
53
file: ./coverage.xml
0 commit comments