Skip to content

Commit

Permalink
remove coverage parameters from pytest call (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 authored and oliverholworthy committed Nov 11, 2022
1 parent 5dd6f62 commit d3bbee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
#!/bin/bash
set -e

pytest --cov-report term --cov merlin -rxs tests/unit
pytest -rxs tests/unit

0 comments on commit d3bbee3

Please sign in to comment.