Skip to content

Commit

Permalink
Add json coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Lefkowitz committed Apr 14, 2024
1 parent 448ab21 commit 0e32878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: .coverage
coverage-reports: coverage.json
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ format = [
"npx prettier . --write",
]

test = "pytest . --doctest-modules --cov --cov-report=lcov"
test = "pytest . --doctest-modules --cov --cov-report=json"
docs = "doxygen"

0 comments on commit 0e32878

Please sign in to comment.