File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
sudo add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ /"
20
20
sudo apt-get update -q
21
21
sudo apt-get install cuda -y --no-install-recommends
22
-
23
- - name : Download grcov
24
- run : |
25
- curl -sL https://github.com/mozilla/grcov/releases/download/v0.8.18/grcov-x86_64-unknown-linux-gnu.tar.bz2 | tar jxf -
26
- chmod +x ./grcov
27
22
28
23
- name : Checkout the Repository
29
24
uses : actions/checkout@v2
54
49
RUSTDOCFLAGS : -Cinstrument-coverage
55
50
LLVM_PROFILE_FILE : coverage/coverage-%p-%m.profraw
56
51
52
+ - name : Download grcov
53
+ run : |
54
+ curl -sL https://github.com/mozilla/grcov/releases/download/v0.8.18/grcov-x86_64-unknown-linux-gnu.tar.bz2 | tar jxf -
55
+ chmod +x ./grcov
56
+
57
57
- name : Generate the coverage reports
58
58
run : |
59
59
./grcov . -s . --binary-path ./target/debug/deps \
You can’t perform that action at this time.
0 commit comments