Skip to content

Commit a9b7659

Browse files
committed
make coverage collection slightly faster
1 parent 097bcde commit a9b7659

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)