Skip to content

Commit 0de9ab3

Browse files
authored
Update README.md
1 parent 6efa81b commit 0de9ab3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
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.
66

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

99
## Requirements
1010

1111
- Gradle 8.x or above
1212
- Java 17
1313
- Spring Boot 3.3.0
14-
- Jacoco v0.8.0 or above
14+
- JaCoCo v0.8.0 or above
1515
- Test run with [gradle test](https://docs.gradle.org/current/userguide/java_testing.html#sec:test_execution) or via your IDE
1616
- An account on Qlty (free for open source)
1717
- `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)
@@ -31,4 +31,4 @@ Join the our [Slack Community](https://example.com) for help and to provide feed
3131

3232
## License
3333

34-
[MIT License](./LICENSE.md)
34+
[MIT License](./LICENSE.md)

0 commit comments

Comments
 (0)