Skip to content
Closed

test #65

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test
  • Loading branch information
ludwigVonKoopa committed Mar 10, 2021
commit 551da11cd081e5990ca94be664aff3a7cfedcc65
2 changes: 1 addition & 1 deletion check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ blackdoc src tests examples
flake8 tests examples src --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 tests examples src --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
pytest -vv --cov py_eddy_tracker --cov-report html
# pytest -vv --cov py_eddy_tracker --cov-report html