There was an error while loading. Please reload this page.
1 parent cc97d4b commit 0b307abCopy full SHA for 0b307ab
1 file changed
.github/workflows/run-pytest.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Test with pytest
47
run: |
48
pytest --cov=signac_dashboard --cov-config=pyproject.toml --cov-report=xml tests/ -v
49
- - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
+ - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
50
51
# This job is used to provide a single requirement for branch merge conditions.
52
tests_complete:
0 commit comments