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.
2 parents 5738ad4 + 22f9146 commit f432998Copy full SHA for f432998
1 file changed
.github/workflows/build_and_test.yml
@@ -43,7 +43,7 @@ jobs:
43
run: uv run python -m pytest -m "not local and not benchmark" --cov=./ --cov-report=xml
44
- name: Upload coverage to Codecov
45
if: matrix.os == 'ubuntu-latest' && contains(github.repository, 'PSLmodels/OG-Core') && github.actor != 'dependabot[bot]'
46
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
47
with:
48
files: ./coverage.xml
49
flags: unittests
0 commit comments