Skip to content

Commit 1f44f46

Browse files
committed
updated codecov action to v5
1 parent 9bab77c commit 1f44f46

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
coverage report --show-missing
127127
128128
- name: Codecov
129-
uses: codecov/codecov-action@v4
129+
uses: codecov/codecov-action@v5
130130
with:
131131
token: ${{ secrets.CODECOV_TOKEN }}
132132
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}

ci/conda-envs/test_env.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dependencies:
1212
# dev tools
1313
- pytest
1414
- pytest-cov
15-
#- pytest-pep8
16-
#- pytest-xdist
15+
- pytest-pep8
1716
- coverage
1817
- codecov

0 commit comments

Comments
 (0)