mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Attempt to add coverage badge
This commit is contained in:
parent
6434f0b0cb
commit
6a2bfceabc
2 changed files with 9 additions and 0 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -28,4 +28,11 @@ jobs:
|
|||
indicators: true
|
||||
output: both
|
||||
thresholds: '60 80'
|
||||
- name: Make Coverage Badge
|
||||
uses: action-badges/cobertura-coverage-xml-badges@0.4.0
|
||||
with:
|
||||
file-name: coverage.svg
|
||||
badge-branch: badges
|
||||
github-token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
coverage-file-name: uvm32/test/coverage.xml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue