File tree Expand file tree Collapse file tree 5 files changed +10
-3
lines changed
junit5-tag-check-maven-plugin Expand file tree Collapse file tree 5 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414### Changed
1515
16+ - fj-doc-version 8.17.9
1617- report generation engine with [ Venus Fugerit Doc] ( https://github.com/fugerit-org/fj-doc )
1718
1819## [ 1.0.2] - 2025-11-26
Original file line number Diff line number Diff line change 6060 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
6161 <maven-core-version >3.9.11</maven-core-version >
6262 <sonar .organization>fugerit-org</sonar .organization>
63- <fj-doc-version >8.17.8 </fj-doc-version >
63+ <fj-doc-version >8.17.9 </fj-doc-version >
6464 </properties >
6565 <dependencyManagement >
6666 <dependencies >
Original file line number Diff line number Diff line change 1515 <renderers >
1616 <renderer mime =" application/pdf" >
1717 <version >1.4</version >
18+ <fonts >
19+ <font embed-url =" classpath://font/Symbola.ttf" embedding-mode =" full" >
20+ <font-triplet name =" Symbola" style =" normal" weight =" normal" />
21+ </font >
22+ </fonts >
1823 </renderer >
1924 </renderers >
2025
Original file line number Diff line number Diff line change 9191 </row >
9292 <#list testTagMap?keys as currentTest >
9393 <#assign currentClassName ><#if currentTest.failed >class="fail"<#elseif currentTest.error >class="error"<#else >class="pass"</#if ></#assign >
94- <#assign currentStatusIcon ><#if currentTest.failed >Fail<#elseif currentTest.error >Error<#elseif currentTest.skipped >Skipped<#else >Passed</#if ></#assign >
94+ <#assign currentStatusIcon ><#if currentTest.failed >❌<#elseif currentTest.error >⚠️<#elseif currentTest.skipped >⊘<#else >✅</#if ></#assign >
95+ <#-- <#assign currentStatusIcon><#if currentTest.failed>Fail<#elseif currentTest.error>Error<#elseif currentTest.skipped>Skipped<#else>Passed</#if></#assign> -->
9596 <row >
96- <cell border-width =" ${defaultTableBorderSize}" ${currentClassName} ><phrase >${currentStatusIcon} </phrase ></cell >
97+ <cell border-width =" ${defaultTableBorderSize}" ${currentClassName} ><phrase < #if docType == ' pdf ' > font-name="Symbola"</# if > >${currentStatusIcon} </phrase ></cell >
9798 <cell border-width =" ${defaultTableBorderSize}" ><phrase >${currentTest.className} ​ ; #${currentTest.methodName} </phrase ></cell >
9899 <cell border-width =" ${defaultTableBorderSize}" ><#list currentTest.tags as currentTag ><phrase class =" tag" >${currentTag} </phrase ></#list ></cell >
99100 <cell border-width =" ${defaultTableBorderSize}" ><phrase >${currentTest.time} s</phrase ></cell >
You can’t perform that action at this time.
0 commit comments