Skip to content

Commit 56f9955

Browse files
committed
patch 8.0.1700: coverage statistics still don't work on coveralls
Problem: Coverate statistics still don't work on coveralls. Solution: Exclude the xxd directory again.
1 parent 9ce4213 commit 56f9955

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ script:
108108
- if [ -n "$err" ]; then exit 1; fi
109109

110110
after_success:
111-
- if [ "$COVERAGE" = "yes" ]; then ~/.local/bin/coveralls -b ${SRCDIR} -x .xs -i ${SRCDIR}/xxd -e ${SRCDIR}/if_perl.c --encodings utf-8 latin-1 EUC-KR; fi
111+
- if [ "$COVERAGE" = "yes" ]; then ~/.local/bin/coveralls -b ${SRCDIR} -x .xs -e ${SRCDIR}/xxd -e ${SRCDIR}/if_perl.c --encodings utf-8 latin-1 EUC-KR; fi
112112
- if [ "$COVERAGE" = "yes" ]; then cd ${SRCDIR} && bash <(curl -s https://codecov.io/bash) ; fi
113113

114114
# vim:set sts=2 sw=2 tw=0 et:

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,8 @@ static char *(features[]) =
762762

763763
static int included_patches[] =
764764
{ /* Add new patch number below this line */
765+
/**/
766+
1700,
765767
/**/
766768
1699,
767769
/**/

0 commit comments

Comments
 (0)