Skip to content

Commit

Permalink
[CI] Upload coverage data to codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Dec 10, 2016
1 parent fa699be commit 733ec18
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
coverage:
range: "20...100"

ignore:
- ext/.*

comment:
behavior: once
require_changes: yes
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ before_script: |
fi
rm -f cantera.conf
script:
- scons build -j2 VERBOSE=y python_package=full python3_package=y blas_lapack_libs=lapack,blas optimize=n
- scons build -j2 VERBOSE=y python_package=full python3_package=y blas_lapack_libs=lapack,blas optimize=n coverage=y
- scons test
after_success: |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
bash <(curl -s https://codecov.io/bash)
fi

0 comments on commit 733ec18

Please sign in to comment.