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 46b87a5 commit e94ddf3Copy full SHA for e94ddf3
.github/workflows/testing.yml
@@ -61,7 +61,7 @@ jobs:
61
shell: bash {0}
62
run: python -m pytest --pyargs pymare --cov=pymare
63
- name: "Upload coverage to CodeCov"
64
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v4
65
if: success()
66
67
flake8-lint:
0 commit comments