File tree Expand file tree Collapse file tree 3 files changed +1
-122
lines changed Expand file tree Collapse file tree 3 files changed +1
-122
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,15 @@ before_install:
7
7
language : c
8
8
9
9
before_script :
10
- - export CC=gcc-7 GCOV=gcov-7
11
10
- ./autogen.sh
12
11
- mkdir build
13
12
- cd build
14
13
15
14
script :
16
- - ../configure CFLAGS="--coverage -ftest-coverage -fprofile-arcs" LDFLAGS=-lgcov -- enable-debug
15
+ - ../configure -- enable-sce
17
16
- build-wrapper-linux-x86-64 --out-dir bw-output make all || true # Will always fail builds on forked repositories.
18
- - make -k check VERBOSE=true || { test "$SEND_COVERAGE_EVEN_IF_TESTS_FAIL" = yes && curl -s https://codecov.io/bash > cov.sh && bash cov.sh -x "$GCOV"; }
19
- - bash ../tests/recursively_generate_gcov.sh . || true # Failures that occur here are harmless
20
17
- cd .. && sonar-scanner || true # Will always fail builds on forked repositories.
21
18
22
- after_success :
23
- - curl -s https://codecov.io/bash > cov.sh && bash cov.sh -x "$GCOV"
24
19
25
20
addons :
26
21
sonarcloud :
Original file line number Diff line number Diff line change @@ -10,5 +10,3 @@ sonar.sources=src
10
10
11
11
# Encoding of the source code. Default is default system encoding
12
12
# sonar.sourceEncoding=UTF-8
13
-
14
- sonar.cfamily.gcov.reportsPath =build
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments