Skip to content

Commit d635664

Browse files
committed
Updated the codecov action to the latest version
1 parent fcb94cd commit d635664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
coverage run -m pytest -W always
4949
coverage xml
5050
- name: Send coverage data to Codecov
51-
uses: codecov/codecov-action@v1
51+
uses: codecov/codecov-action@v3
5252
with:
5353
file: coverage.xml

0 commit comments

Comments
 (0)