We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ae10ed + 602f2a8 commit 20c09f0Copy full SHA for 20c09f0
tests/.travis-runner.sh
@@ -31,7 +31,7 @@ then
31
zip -0 ccov.zip `find . \( -name "rustpython*.gc*" \) -print`
32
33
# Install grcov
34
- curl -L https://github.com/mozilla/grcov/releases/download/v0.4.1/grcov-linux-x86_64.tar.bz2 | tar jxf -
+ curl -L https://github.com/mozilla/grcov/releases/download/v0.4.2/grcov-linux-x86_64.tar.bz2 | tar jxf -
35
36
./grcov ccov.zip -s . -t lcov --llvm --branch --ignore-not-existing --ignore-dir "/*" -p "x" > lcov.info
37
0 commit comments