Don't fully understand coveralls behaviour. Let's try building with gcc to see it is works better.

This commit is contained in:
Godzil
2020-02-18 12:24:05 +00:00
parent 9f764018d3
commit ddaefafa1a

View File

@@ -24,7 +24,7 @@ jobs:
include: include:
- stage: "Coverage" - stage: "Coverage"
os: linux os: linux
compiler: clang compiler: gcc
script: script:
- mkdir coverage - mkdir coverage
- cd coverage - cd coverage