Added coverage targets to Makefile.am for convenience. (#2039)

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni 2023-07-07 17:40:50 +02:00 committed by GitHub
parent bdd295bc2c
commit 72814bed33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 5 deletions

View file

@ -31,9 +31,7 @@ jobs:
make check VERBOSE=1
- name: Generate Coverage Report
run: |
mkdir -vp coverage_report/ndpi_coverage_report
lcov --directory . --capture --output-file lcov.info
genhtml -o coverage_report/ndpi_coverage_report lcov.info
make coverage
- uses: actions/upload-artifact@v3
with:
name: ndpi-coverage-report