Skip to content

Commit

Permalink
Mikado should be now setup for CodeCov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
lucventurini committed Oct 17, 2018
1 parent 41497d4 commit 1566482
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
*.pyc
.#*
#*
*.coverage
sample_data/*loci*
sample_data/*zip
Expand Down Expand Up @@ -74,4 +76,6 @@ sample_data/Daijin
.eggs/
Mikado/tests/*fai
.ipynb_checkpoints/
Untitled*ipynb
Untitled*ipynb
cover/
coverage.xml
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ install:
- pip install codecov;
- pip install -r requirements.txt
script:
- python setup.py nosetests -exe;
- coverage run setup.py nosetests -exe;
after_success:
- codecov
- codecov
26 changes: 26 additions & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
codecov:
notify:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
range: "70...100"

status:
project: yes
patch: yes
changes: no

parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no

comment:
layout: "header, diff"
behavior: default
require_changes: no

0 comments on commit 1566482

Please sign in to comment.