You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@
4
4
5
5
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.
6
6
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.
8
8
9
9
## Requirements
10
10
11
11
- Gradle 8.x or above
12
12
- Java 17
13
13
- Spring Boot 3.3.0
14
-
-Jacoco v0.8.0 or above
14
+
-JaCoCo v0.8.0 or above
15
15
- Test run with [gradle test](https://docs.gradle.org/current/userguide/java_testing.html#sec:test_execution) or via your IDE
16
16
- An account on Qlty (free for open source)
17
17
-`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
0 commit comments