We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 726c748 + 191e0cf commit be11a2cCopy full SHA for be11a2c
.github/workflows/ci.yaml
@@ -78,7 +78,7 @@ jobs:
78
# cd doc && mkdir doctest && sphinx-build -E -n -b doctest ./source ./doctest && cd ..
79
80
- name: Upload unittest coverage to Codecov
81
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
82
with:
83
flags: unittests
84
file: ./coverage.xml
0 commit comments