File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -223,13 +223,19 @@ jobs:
223
223
components : llvm-tools-preview
224
224
- name : Install CapnProto
225
225
run : sudo apt-get install -y capnproto
226
+ - name : Install LLVM and Clang
227
+ uses : KyleMayes/install-llvm-action@v2
228
+ with :
229
+ version : " 14.0"
230
+ env : true
226
231
- name : Install cargo-llvm-cov
227
232
uses : taiki-e/install-action@cargo-llvm-cov
228
233
- name : Run tests with coverage instrumentation
229
234
run : |
230
235
cargo llvm-cov clean --workspace
231
236
cargo llvm-cov --no-report --no-default-features --doctests
232
237
cargo llvm-cov --no-report --all-features --doctests
238
+ cargo llvm-cov --no-report -p hugr-llvm --features llvm14-0 --doctests
233
239
- name : Generate coverage report
234
240
run : cargo llvm-cov --all-features report --codecov --output-path coverage.json
235
241
- name : Upload coverage to codecov.io
You can’t perform that action at this time.
0 commit comments