Skip to content

Commit 675df01

Browse files
committed
Test with latest version of codecov-action.
1 parent c314d08 commit 675df01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
pip install -e '.[tests]'
5050
- name: Run tests
5151
run: ci/test_backends.sh
52-
- uses: codecov/codecov-action@v5
52+
- uses: codecov/codecov-action@2e6e9c5a74ec004831b6d17edfb76c53a54d4d55
5353
if: always()
5454
with:
5555
token: ${{ secrets.CODECOV_TOKEN }}
56-
files: ./**/coverage*.xml
56+
files: "./**/coverage*.xml"
5757

5858
examples:
5959
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)