mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
dev: improved code coverage (jacoco) and static analyser (sonar) support (#11367):
* fixed code coverage data lost on failed tests; * fixed code coverage report duplication and improved performance; * fixed that sonar analyser can't see code coverage for some modules; * added new aggregation module: Mage.Reports (used for code coverage report generation); * reorganized pom and added additional instructions for jacoco and sonar usage;
This commit is contained in:
parent
a191668b09
commit
3abdb72910
41 changed files with 250 additions and 84 deletions
|
|
@ -70,4 +70,8 @@
|
|||
|
||||
<finalName>mage-serverconsole</finalName>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<root.dir>${project.basedir}/..</root.dir>
|
||||
</properties>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue