Skip to content
Snippets Groups Projects
Commit e8a39033 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

less noisy codecov

parent cbd5752f
No related branches found
No related tags found
No related merge requests found
......@@ -240,5 +240,5 @@ script:
- if test "$CPPCHECK" == yes ; then make codecheck ; fi
after_success:
- if test "$MAKEDOC" == yes ; then ./.travis/push doc ; fi
- if test "$MAKECOVERAGE" == yes ; then bash <(curl -s https://codecov.io/bash) ; fi
- if test "$MAKECOVERAGE" == yes ; then ./.travis/push coverage ; fi
- if test "$MAKECOVERAGE" == yes ; then bash <(curl -s https://codecov.io/bash) > /dev/null ; fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment