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
|[sonar](https://raw.githubusercontent.com/mcarvin8/apex-code-coverage-transformer/main/test/sonar_baseline.xml)| Generates a SonarQube-compatible coverage report. This is the default option. |
139
-
|[clover](https://raw.githubusercontent.com/mcarvin8/apex-code-coverage-transformer/main/test/clover_baseline.xml)| Produces a Clover XML report format, commonly used with Atlassian tools. |
140
-
|[lcovonly](https://raw.githubusercontent.com/mcarvin8/apex-code-coverage-transformer/main/test/lcov_baseline.info)| Outputs coverage data in LCOV format, useful for integrating with LCOV-based tools. |
141
-
|[cobertura](https://raw.githubusercontent.com/mcarvin8/apex-code-coverage-transformer/main/test/cobertura_baseline.xml)| Creates a Cobertura XML report, a widely used format for coverage reporting. |
142
-
|[jacoco](https://raw.githubusercontent.com/mcarvin8/apex-code-coverage-transformer/main/test/jacoco_baseline.xml)| Creates a JaCoCo XML report, the standard for Java projects. |
|[sonar](https://raw.githubusercontent.com/mcarvin8/apex-code-coverage-transformer/main/baselines/sonar_baseline.xml)| Generates a SonarQube-compatible coverage report. This is the default option. |
139
+
|[clover](https://raw.githubusercontent.com/mcarvin8/apex-code-coverage-transformer/main/baselines/clover_baseline.xml)| Produces a Clover XML report format, commonly used with Atlassian tools. |
140
+
|[lcovonly](https://raw.githubusercontent.com/mcarvin8/apex-code-coverage-transformer/main/baselines/lcov_baseline.info)| Outputs coverage data in LCOV format, useful for integrating with LCOV-based tools. |
141
+
|[cobertura](https://raw.githubusercontent.com/mcarvin8/apex-code-coverage-transformer/main/baselines/cobertura_baseline.xml)| Creates a Cobertura XML report, a widely used format for coverage reporting. |
142
+
|[jacoco](https://raw.githubusercontent.com/mcarvin8/apex-code-coverage-transformer/main/baselines/jacoco_baseline.xml)| Creates a JaCoCo XML report, the standard for Java projects. |
143
+
|[json](https://raw.githubusercontent.com/mcarvin8/apex-code-coverage-transformer/main/baselines/json_baseline.json)| Generates a Istanbul JSON report compatible with Node.js tooling and coverage visualizers. |
0 commit comments