Skip to content

Commit

Permalink
MAINT: codecov is defunct and is not a dependency for a while anyway (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz authored Jun 1, 2024
1 parent 7bc6bac commit b1938d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install testing dependencies
run: python -m pip install tox codecov
run: python -m pip install tox
- name: Run tests with ${{ matrix.name }}
run: tox -v -e ${{ matrix.toxenv }}
- name: Upload coverage to codecov
Expand Down

0 comments on commit b1938d9

Please sign in to comment.