aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorToni <matzeton@googlemail.com>2023-07-07 17:40:50 +0200
committerGitHub <noreply@github.com>2023-07-07 17:40:50 +0200
commit72814bed338f762dc29b94064c1ecffd2cb3f228 (patch)
tree18161d48f3178d9a305ef8a5438fa214f883c0f1 /.github/workflows
parentbdd295bc2c8ec51357b4b43db17b50844acce540 (diff)
Added coverage targets to `Makefile.am` for convenience. (#2039)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_scheduled.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/build_scheduled.yml b/.github/workflows/build_scheduled.yml
index 42b2084a9..7f960fc55 100644
--- a/.github/workflows/build_scheduled.yml
+++ b/.github/workflows/build_scheduled.yml
@@ -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