mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-17 16:35:17 -05:00
[CI] Upload coverage data to codecov.io
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
coverage:
|
||||
range: "20...100"
|
||||
|
||||
ignore:
|
||||
- ext/.*
|
||||
|
||||
comment:
|
||||
behavior: once
|
||||
require_changes: yes
|
||||
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user