We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
codecov-action
1 parent c314d08 commit 675df01Copy full SHA for 675df01
.github/workflows/ci.yml
@@ -49,11 +49,11 @@ jobs:
49
pip install -e '.[tests]'
50
- name: Run tests
51
run: ci/test_backends.sh
52
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@2e6e9c5a74ec004831b6d17edfb76c53a54d4d55
53
if: always()
54
with:
55
token: ${{ secrets.CODECOV_TOKEN }}
56
- files: ./**/coverage*.xml
+ files: "./**/coverage*.xml"
57
58
examples:
59
runs-on: ubuntu-latest
0 commit comments