We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3ae02 commit fad8fd7Copy full SHA for fad8fd7
.github/workflows/travis.yml
@@ -86,6 +86,6 @@ jobs:
86
pytest -v --cov nitransforms --cov-config .coveragerc --cov-report xml:cov.xml --doctest-modules nitransforms/
87
88
- name: Submit code coverage
89
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
90
with:
91
files: cov.xml
0 commit comments