mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 09:44:22 +03:00
Fix coverage ci
This commit is contained in:
parent
c6b38caeb3
commit
be2f55b619
5
.github/workflows/coverage.yml
vendored
5
.github/workflows/coverage.yml
vendored
@ -30,7 +30,10 @@ jobs:
|
||||
- name: Test Prerequisites
|
||||
run: bin/test/test_prerequisites.sh
|
||||
- name: Run Integration Tests
|
||||
run: export LLVM_PROFILE_FILE="hurl-test-integration-%p-%m.profraw" && bin/test/test_integ.sh
|
||||
run: |
|
||||
export LLVM_PROFILE_FILE="hurl-test-integration-%p-%m.profraw"
|
||||
export PATH="$PWD/target/debug:$PATH"
|
||||
bin/test/test_integ.sh
|
||||
- name: Build Report
|
||||
run: |
|
||||
grcov . --binary-path target/debug -s . -t html --branch --ignore-not-existing -o ./coverage/
|
||||
|
Loading…
Reference in New Issue
Block a user