Skip to content

Commit e5cac5c

Browse files
Implement Codecov coverage badge with Tycho-compatible configuration
- Configure jacoco-maven-plugin in org.moreunit.build/pom.xml with a coverage profile. - Use @{argLine} in tycho-surefire-plugin for Jacoco agent injection. - Initialize <argLine> property in parent POM to prevent literal '@{argLine}' errors in standard builds. - Create .github/workflows/coverage.yml for automated coverage reporting. - Add Codecov badge to README.md. Co-authored-by: RoiSoleil <3462260+RoiSoleil@users.noreply.github.com>
1 parent c4f2d02 commit e5cac5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

org.moreunit.build/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<tests.use.ui>false</tests.use.ui>
3535

3636
<target.platform.classifier>eclipse-latest</target.platform.classifier>
37+
<argLine></argLine>
3738

3839
</properties>
3940
<build>

0 commit comments

Comments
 (0)