Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 675df01

Browse filesBrowse files
committed
Test with latest version of codecov-action.
1 parent c314d08 commit 675df01
Copy full SHA for 675df01

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.