You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if [[ $FoBiS == [yY]* ]]; then sudo -H pip install FoBiS.py && FoBiS.py --version; fi
51
-
- if [[ $CODE_COVERAGE == [yY]* ]]; then sudo -H pip install cpp-coveralls; fi
52
51
- if [[ $DOCS == [yY]* ]]; then sudo dpkg -i robodoc_4.99.41-1_amd64.deb && robodoc --version; fi
53
52
- if [[ $CHECK_README_PROGS == [yY]* ]]; then gfortran -o f90split f90split.f90 && ./f90split README.md && shopt -s extglob && for f in !(README|CONTRIBUTING).md; do mv $f src/tests/jf_test_${f%.md}.f90; done; rm f90split.f90 f90split; fi
54
53
@@ -58,7 +57,7 @@ script:
58
57
59
58
after_success:
60
59
- cd $TRAVIS_BUILD_DIR
61
-
- if [[ $CODE_COVERAGE == [yY]* ]]; then gcov -o lib/ src/json_module.F90 && coveralls -n -b . ; fi
60
+
- if [[ $CODE_COVERAGE == [yY]* ]]; then gcov -o lib/ src/json_module.F90 && bash <(curl -s https://codecov.io/bash) ; fi
[](https://waffle.io/jacobwilliams/json-fortran)
32
32
[](https://github.com/jacobwilliams/json-fortran/#contributing-)
@@ -296,6 +296,6 @@ Miscellaneous
296
296
* For more information about JSON, see: <http://www.json.org/>
297
297
*[json-fortran on Travis CI](https://travis-ci.org/jacobwilliams/json-fortran)
298
298
*[json-fortran on Waffle.IO](https://waffle.io/jacobwilliams/json-fortran)
299
-
*[json-fortran on Coveralls.IO](https://coveralls.io/r/jacobwilliams/json-fortran)
299
+
*[json-fortran on Codecov.IO](https://codecov.io/github/jacobwilliams/json-fortran?branch=master)
0 commit comments