Skip to content

Commit 20c09f0

Browse files
Merge pull request RustPython#747 from adrian17/master
Update grcov
2 parents 6ae10ed + 602f2a8 commit 20c09f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/.travis-runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ then
3131
zip -0 ccov.zip `find . \( -name "rustpython*.gc*" \) -print`
3232

3333
# Install grcov
34-
curl -L https://github.com/mozilla/grcov/releases/download/v0.4.1/grcov-linux-x86_64.tar.bz2 | tar jxf -
34+
curl -L https://github.com/mozilla/grcov/releases/download/v0.4.2/grcov-linux-x86_64.tar.bz2 | tar jxf -
3535

3636
./grcov ccov.zip -s . -t lcov --llvm --branch --ignore-not-existing --ignore-dir "/*" -p "x" > lcov.info
3737

0 commit comments

Comments
 (0)