Generate coverage report

This commit is contained in:
Toby Jaffey 2025-12-13 17:53:55 +00:00
parent 1e5555f66d
commit 2e1f4d3f93
5 changed files with 28 additions and 4 deletions

View file

@ -16,4 +16,16 @@ jobs:
- name: Build
run: make dockerbuild && make docker
working-directory: uvm32
- name: Code Coverage Report
uses: irongut/CodeCoverageSummary@v1.3.0
with:
filename: uvm32/test/coverage.xml
badge: true
fail_below_min: false
format: markdown
hide_branch_rate: false
hide_complexity: true
indicators: true
output: both
thresholds: '60 80'