Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary authored Mar 14, 2024
1 parent 6efa81b commit 0de9ab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

This repository is an example using Qlty to track code coverage for a Java Spring Boot project using Gradle. Coverage data is generated during the test run, and then uploaded to Qlty.

This repository uses [jacoco](https://github.com/jacoco/jacoco) to generate an xml code coverage file.
This repository uses [JaCoCo](https://github.com/jacoco/jacoco) to generate a XML code coverage file.

## Requirements

- Gradle 8.x or above
- Java 17
- Spring Boot 3.3.0
- Jacoco v0.8.0 or above
- JaCoCo v0.8.0 or above
- Test run with [gradle test](https://docs.gradle.org/current/userguide/java_testing.html#sec:test_execution) or via your IDE
- An account on Qlty (free for open source)
- `QLTY_COVERAGE_TOKEN` is set as a GitHub Actions [repository secret](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository)
Expand All @@ -31,4 +31,4 @@ Join the our [Slack Community](https://example.com) for help and to provide feed

## License

[MIT License](./LICENSE.md)
[MIT License](./LICENSE.md)

0 comments on commit 0de9ab3

Please sign in to comment.