Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed May 29, 2024
1 parent 685a54f commit 70afbdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,4 @@ jobs:
- name: Coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd ${{ vars.SOURCE_DIR }}
hatch run test:cov
run: hatch run test:cov
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies = [

[tool.hatch.envs.test.scripts]
test = "python -m pytest"
test-cov = "pwd; ls -lR; coverage run -m pytest"
test-cov = "coverage run -m pytest"
coverall = "coveralls --service=github"
cov = ["test-cov", "coverall"]

Expand Down

0 comments on commit 70afbdc

Please sign in to comment.