Skip to content

Commit

Permalink
Omit simulation from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Nov 17, 2021
1 parent afeae76 commit aaa1d8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ omit =
*/setup.py
movement_primitives/plot.py
movement_primitives/visualization.py
movement_primitives/testing/simulation.py

[report]
omit =
movement_primitives/plot.py
movement_primitives/visualization.py
movement_primitives/testing/simulation.py
exclude_lines =
pragma: no cover
def plot_*
Expand Down

0 comments on commit aaa1d8c

Please sign in to comment.