Create coverage data with HAVE_RULES=yes (#2612)
This commit is contained in:
parent
c837e4ba12
commit
582f33ea5e
|
@ -22,7 +22,7 @@ jobs:
|
||||||
|
|
||||||
- name: Compile instrumented
|
- name: Compile instrumented
|
||||||
run: |
|
run: |
|
||||||
make test CXXFLAGS="-g -fprofile-arcs -ftest-coverage" USE_Z3=yes -j2
|
make test CXXFLAGS="-g -fprofile-arcs -ftest-coverage" USE_Z3=yes HAVE_RULES=yes -j$(nproc)
|
||||||
|
|
||||||
- name: Generate coverage report
|
- name: Generate coverage report
|
||||||
run: |
|
run: |
|
||||||
|
@ -41,7 +41,7 @@ jobs:
|
||||||
|
|
||||||
- uses: codecov/codecov-action@v1
|
- uses: codecov/codecov-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
||||||
# file: ./coverage.xml # optional
|
# file: ./coverage.xml # optional
|
||||||
flags: unittests # optional
|
flags: unittests # optional
|
||||||
name: ${{ github.repository }} # optional
|
name: ${{ github.repository }} # optional
|
||||||
|
|
Loading…
Reference in New Issue