Skip to content

Commit

Permalink
ci: Fix coverage measurement
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 4, 2023
1 parent 57dbc0c commit 6cb450e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
cache: pip
cache-dependency-path: setup.py
- run: pip install .[test] coveralls
- run: pytest --cov agatesql
- run: pytest --cov agatedbf
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github

0 comments on commit 6cb450e

Please sign in to comment.