mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
Update coverage.yml
This commit is contained in:
parent
173257b4a0
commit
84e628cf74
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
# run: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2
|
||||
|
||||
- name: Run coverage
|
||||
run: python z3test/scripts/test_coverage_tests.py build/install z3test/coverage/cpp
|
||||
run: python z3test/scripts/test_coverage_tests.py ./install z3test/coverage/cpp
|
||||
|
||||
- name: Test
|
||||
working-directory: ${{github.workspace}}/build
|
||||
|
|
Loading…
Reference in a new issue