Skip to content

Commit

Permalink
generate coverage.lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
purificant committed Dec 20, 2023
1 parent 2556d26 commit 5808c40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ __pycache__
.mypy_cache
# poetry build artifacts
dist
# coverage report
coverage.lcov
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ benchmark:
coverage:
coverage run -m pytest --benchmark-disable
coverage report --fail-under=100
coverage lcov # generate lcov report for coveralls github action

# lint code in local development
lint: format-code code-analysis
Expand Down

0 comments on commit 5808c40

Please sign in to comment.