Skip to content

Commit eea9ef9

Browse files
authored
Merge pull request #569 from hardbyte/make-coverage-collection-slightly-faster
Make coverage collection slightly faster
2 parents 77840a3 + cbe8cf1 commit eea9ef9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ test_script:
2828
- "pytest"
2929

3030
# uplad coverage reports
31-
- "codecov"
31+
- "codecov -X gcov"

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ script:
7474
# preserve the error code
7575
RETURN_CODE=$?
7676
# Upload the coverage to codecov.io
77-
codecov
77+
codecov -X gcov
7878
# set error code
7979
(exit $RETURN_CODE);
8080
fi

0 commit comments

Comments
 (0)