Set right source encoding for coveralls-lcov.

pull/1073/head
Kim Kulling 2016-11-19 15:23:08 +01:00
parent d0d07006c8
commit 7ceaca61fd
1 changed files with 1 additions and 1 deletions

View File

@ -50,5 +50,5 @@ after_success:
- lcov --directory . --capture --output-file coverage.info
- lcov --remove coverage.info '/usr/*' 'contrib/*' 'test/*' --output-file coverage.info
- lcov --list coverage.info
- coveralls-lcov --repo-token=${COVERALLS_TOKEN} coverage.info
- coveralls-lcov --source-encoding=ISO-8859-1 --repo-token=${COVERALLS_TOKEN} coverage.info