There was an error while loading. Please reload this page.
1 parent 9bab77c commit 1f44f46Copy full SHA for 1f44f46
2 files changed
.github/workflows/ci.yaml
@@ -126,7 +126,7 @@ jobs:
126
coverage report --show-missing
127
128
- name: Codecov
129
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
130
with:
131
token: ${{ secrets.CODECOV_TOKEN }}
132
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}
ci/conda-envs/test_env.yaml
@@ -12,7 +12,6 @@ dependencies:
12
# dev tools
13
- pytest
14
- pytest-cov
15
-#- pytest-pep8
16
-#- pytest-xdist
+- pytest-pep8
17
- coverage
18
- codecov
0 commit comments