Skip to content

Commit

Permalink
[ci] avoid measuring deps in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jan 10, 2021
1 parent 4f0c3bb commit c115b83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
branch = True

omit =
/home/travis/bin/
/home/travis/.local/
/home/travis/Downloads/
/usr/
/home/travis/bin/*
/home/travis/.local/*
/home/travis/Downloads/*
/usr/*

[report]
exclude_lines =
Expand Down

0 comments on commit c115b83

Please sign in to comment.