Skip to content

Commit dcd084d

Browse files
authored
Merge pull request #1292 from matejak/remove-cov
Removed coverage tracking and Travis tests
2 parents c3eab03 + c028ac3 commit dcd084d

File tree

3 files changed

+1
-122
lines changed

3 files changed

+1
-122
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,15 @@ before_install:
77
language: c
88

99
before_script:
10-
- export CC=gcc-7 GCOV=gcov-7
1110
- ./autogen.sh
1211
- mkdir build
1312
- cd build
1413

1514
script:
16-
- ../configure CFLAGS="--coverage -ftest-coverage -fprofile-arcs" LDFLAGS=-lgcov --enable-debug
15+
- ../configure --enable-sce
1716
- 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
2017
- cd .. && sonar-scanner || true # Will always fail builds on forked repositories.
2118

22-
after_success:
23-
- curl -s https://codecov.io/bash > cov.sh && bash cov.sh -x "$GCOV"
2419

2520
addons:
2621
sonarcloud:

sonar-project.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ sonar.sources=src
1010

1111
# Encoding of the source code. Default is default system encoding
1212
#sonar.sourceEncoding=UTF-8
13-
14-
sonar.cfamily.gcov.reportsPath=build

tests/recursively_generate_gcov.sh

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)