Skip to content

Commit

Permalink
[scrutinizer] add code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogDevelopper committed Sep 26, 2024
1 parent d80664a commit 5933bb2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: gradle/actions/[email protected]

- name: Compile & Test
run: ./gradlew test
run: ./gradlew test jacocoTestReport

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down
4 changes: 4 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
build:
environment:
sdkman:
- [email protected]
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
![Build](https://github.com/FrogDevelopment/micronaut-api-gateway/actions/workflows/build.yml/badge.svg)
![Scrutinizer coverage (GitHub/Bitbucket)](https://img.shields.io/scrutinizer/coverage/g/FrogDevelopment/micronaut-api-gateway)

![GitHub Release](https://img.shields.io/github/v/release/FrogDevelopment/micronaut-api-gateway)
[![Release date](https://img.shields.io/github/release-date/FrogDevelopment/micronaut-api-gateway)](https://packagist.org/packages/FrogDevelopment/micronaut-api-gateway)

Expand Down

0 comments on commit 5933bb2

Please sign in to comment.