Skip to content

Commit

Permalink
ci: update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 17, 2023
1 parent 36f7c50 commit bbcc762
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/check.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
# prerequisites
python -m pip install --upgrade pip wheel
python -m pip install codecov coverage flake8 pytest
python -m pip install coverage flake8 pytest
# install dependencies
pip install -e .
# show installed packages
Expand All @@ -36,7 +36,5 @@ jobs:
- name: Lint with flake8
run: |
flake8 .
- name: Submit code coverage
run: |
coverage report -m
codecov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit bbcc762

Please sign in to comment.