Skip to content

Commit

Permalink
codecov: ignore travis-ci and split coverage report for test and rest.
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSzuttor committed Jul 26, 2018
1 parent 99fef59 commit 05e024f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ codecov:
branch: python
notify:
require_ci_to_pass: yes
ci:
- !travis-ci.org

coverage:
precision: 0
Expand All @@ -11,7 +13,17 @@ coverage:

status:
project:
default:
default: false
tests:
paths:
- testsuite/
- src/core/unit_tests/
enabled: yes
threshold: 1%
core:
paths:
- !testsuite/
- !src/core/unit_tests/
enabled: yes
threshold: 1%
patch:
Expand Down

0 comments on commit 05e024f

Please sign in to comment.