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 746d560 commit 36677bd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
# prerequisites
python -m pip install --upgrade pip wheel
python -m pip install codecov coverage flake8
python -m pip install coverage flake8
# install dependencies
pip install -e .
pip install -r tests/requirements.txt
Expand All @@ -56,10 +56,8 @@ 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
- name: Create app and check if it runs (macOS)
if: runner.os == 'macOS'
working-directory: ./build-recipes
Expand Down

0 comments on commit 36677bd

Please sign in to comment.