fixed coveralls name

This commit is contained in:
The-EDev 2020-10-13 23:07:34 +03:00
parent 8fd0be95a3
commit e7176905eb

View File

@ -29,7 +29,7 @@ addons:
- libboost-all-dev
install:
- if [ "$PUSH_COVERAGE" == "ON" ]; then pip install --user cpp-coverage; fi
- if [ "$PUSH_COVERAGE" == "ON" ]; then pip install --user cpp-coveralls; fi
before_script:
- export CXX=$COMPILER CC=$CCOMPILER