mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Badge dir
This commit is contained in:
parent
12144b3290
commit
c1006cc9a8
2 changed files with 4 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -57,8 +57,8 @@ jobs:
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: uvm32/test/badge.svg
|
path: uvm32/test/badge
|
||||||
name: badge.svg
|
name: badge
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,8 @@ all:
|
||||||
|
|
||||||
ci:
|
ci:
|
||||||
@${GCOVRCMD}
|
@${GCOVRCMD}
|
||||||
curl "https://img.shields.io/badge/Code%20Coverage-${PERC}25-success?style=flat" > badge.svg
|
mkdir -p badge
|
||||||
|
curl "https://img.shields.io/badge/Code%20Coverage-${PERC}25-success?style=flat" > badge/badge.svg
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
${CLEANCMD} true
|
${CLEANCMD} true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue