Skip to content

Commit

Permalink
Save badges file
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Mar 22, 2024
1 parent 0b7929c commit dfd5170
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,17 @@ jobs:
with:
generate-branches-badge: true

- name: setup git config
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
- name: commit
run: |
# Stage the file, commit and push
git add .
git commit -m "coverage badge"
git push origin master
- name: Codecov
uses: codecov/codecov-action@v1.3.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## openconext-crypt-java

[![Coverage](.github/badges/jacoco.svg)](https://github.com/OpenConext/openconext-crypt-java/actions/workflows/actions.yml)
![Coverage](.github/badges/jacoco.svg)

Create private / public keypair
```
Expand Down

0 comments on commit dfd5170

Please sign in to comment.