Skip to content

Commit

Permalink
fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Jun 27, 2024
1 parent 981786b commit aa62c38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 40 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
LD_LIBRARY_PATH: /usr/local/lib
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
poetry run pytest --cov --cov-report term-missing --ignore=cartes/__main__.py
poetry run pytest --cov --cov-report xml
- uses: codecov/codecov-action@v4
- name: Upload coverage to Codecov
if: ${{ github.event_name != 'pull_request_target' }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: PYTHON_VERSION
38 changes: 0 additions & 38 deletions src/cartes/__main__.py

This file was deleted.

0 comments on commit aa62c38

Please sign in to comment.