3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

Update coverage.yml

This commit is contained in:
Nikolaj Bjorner 2021-07-31 13:49:37 -07:00 committed by GitHub
parent 173257b4a0
commit 84e628cf74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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