mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Generate coverage report
This commit is contained in:
parent
1e5555f66d
commit
2e1f4d3f93
5 changed files with 28 additions and 4 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue