Skip to content

Commit

Permalink
Write JSON coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
daoo committed Jun 4, 2024
1 parent aed374a commit 785874d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.pytest_cache/
__pycache__/
build/
coverage.json
dist/
htmlcov/
venv/
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set -eu

source ./.venv/bin/activate

pytest --cov=autodesk --cov-branch
pytest --cov=autodesk --cov-branch --cov-report=term --cov-report=json
ruff check autodesk tests
1 change: 0 additions & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
codecov==2.1.13
mock==5.1.0
pytest-aiohttp==1.0.5
pytest-asyncio==0.23.7
Expand Down

0 comments on commit 785874d

Please sign in to comment.