Skip to content

Commit

Permalink
Make coverage like in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mplough-kobold committed Aug 18, 2023
1 parent 3d6be06 commit 4836604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.pyc
.coverage
coverage.xml
*.so
build/
dist/
Expand Down
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ build:
python setup.py build_ext --inplace

coverage:
coverage run --source pymatsolver -m pytest
coverage report -m
coverage html
pytest --cov-config=.coveragerc --cov-report=xml --cov=pymatsolver -s -v

lint:
pylint --output-format=html pymatsolver > pylint.html
Expand Down

0 comments on commit 4836604

Please sign in to comment.