Skip to content

Commit

Permalink
Exlude opt/* from coverage for weird github action bug
Browse files Browse the repository at this point in the history
  • Loading branch information
agricolab committed Feb 5, 2020
1 parent 5dea8f8 commit 93ba1d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[run]
omit = liesl/streams/_xmltodict.py
omit =
liesl/streams/_xmltodict.py
/opt/*
tests/*

0 comments on commit 93ba1d9

Please sign in to comment.