File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,10 +89,12 @@ jobs:
8989 working-directory : ./calculator-app
9090
9191 - name : Run Coverxygen
92- run : python -m coverxygen --xml-dir ./calculator-app/target/site/doxygen/xml --src-dir ./ --format lcov --output ./calculator-app/target/site/coverxygen/lcov.info --prefix %currentDir%\calculator-app\
93-
92+ run : |
93+ currentDir=$(pwd)
94+ python -m coverxygen --xml-dir $currentDir/calculator-app/target/site/doxygen/xml --src-dir $currentDir --format lcov --output $currentDir/calculator-app/target/site/coverxygen/lcov.info --prefix $currentDir/calculator-app/
95+
9496 - name : Run lcov genhtml
95- run : perl C:\ProgramData\chocolatey\lib\lcov\tools\bin\ genhtml ./calculator-app\target\site\coverxygen\lcov.info -o calculator-app/target/site/coverxygen
97+ run : genhtml ./calculator-app\target\site\coverxygen\lcov.info -o calculator-app/target/site/coverxygen
9698
9799 # - name: Archive Coverage Report
98100 # uses: actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments