Skip to content

Commit

Permalink
feat: added coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvanr committed Nov 28, 2023
1 parent 49d4df7 commit 03ce3f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/cov.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pytest --cov=direct_indexing --cov-report html:./coverage_report tests

echo $(pwd)/coverage_report/index.html

0 comments on commit 03ce3f5

Please sign in to comment.