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 0385135 commit 71a18e7Copy full SHA for 71a18e7
.github/workflows/main.yml
@@ -143,7 +143,7 @@ jobs:
143
pytest --cov pywhy_graphs ./pywhy_graphs
144
- name: Upload coverage stats to codecov
145
if: ${{ matrix.os == 'ubuntu' && matrix.python-version == '3.11' && matrix.networkx == 'stable' }}
146
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
147
with:
148
files: ./coverage.xml
149
fail_ci_if_error: true
0 commit comments