Skip to content

Commit 75626f2

Browse files
Merge pull request #33 from AlejandroFrias/auto-coverage-badge
Auto coverage badge
2 parents 2be8645 + d69ab4e commit 75626f2

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

.github/workflows/badges.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: make test coverage-badge
2323
- name: commit and push to gh-pages
2424
run: |
25+
git checkout -b gh-pages
2526
git config --global user.name "GitHub Actions"
2627
git config --global user.email "actions@github.com"
2728
git add .

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![](https://github.com/AlejandroFrias/case-conversion/workflows/CI/badge.svg)
22
![](https://img.shields.io/pypi/pyversions/case_conversion)
33
![](https://img.shields.io/pypi/v/case_conversion)
4-
![](coverage.svg)
4+
![](https://github.com/AlejandroFrias/case-conversion/blob/gh-pages/coverage.svg?raw=true)
55

66
# Case Conversion
77

coverage.svg

Lines changed: 21 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)