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 5cca54b + 75b9ba3 commit 41035a3Copy full SHA for 41035a3
.github/workflows/coverage-weekly.yml
@@ -25,6 +25,13 @@ jobs:
25
- name: Install cargo-llvm-cov
26
uses: taiki-e/install-action@cargo-llvm-cov
27
28
+ - name: Install system deps (awk)
29
+ run: |
30
+ sudo apt-get update
31
+ sudo apt-get install -y --no-install-recommends gawk
32
+ command -v awk
33
+ awk --version | head -n 1
34
+
35
- name: Generate LCOV (workspace)
36
run: cargo llvm-cov --workspace --all-features --lcov --output-path lcov.info
37
0 commit comments