Skip to content

Commit

Permalink
Add codecov configuration
Browse files Browse the repository at this point in the history
Fix aboutcode-org#818
Fix aboutcode-org#849

Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Jun 8, 2018
1 parent 8df903e commit cd53d2c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
coverage:
range: 60..95
round: down
precision: 2

ignore:
- "samples/**/*"
- "thirdparty/**/*"
- "etc/**/*"
- "**/data/**/*"
- "**/bin/**/*"
- "*/templates/**/*"
- "src/commoncode/dict_utils.py"
- "src/commoncode/system.py"
- "src/commoncode/testcase.py"
- "src/scancode/cli_test_utils.py"
- "src/scancode_config.py"

0 comments on commit cd53d2c

Please sign in to comment.