Skip to content

Commit

Permalink
Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Mar 24, 2024
1 parent 5c85a47 commit e3432b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## openconext-crypt-java

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

Create private / public keypair
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</goals>
</execution>
<execution>
<id>report</id>
<id>generate-code-coverage-report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
Expand Down

0 comments on commit e3432b5

Please sign in to comment.