We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd477fe commit 19fa357Copy full SHA for 19fa357
1 file changed
.github/workflows/release.yml
@@ -94,9 +94,9 @@ jobs:
94
mkdir -p $currentDir/calculator-app/target/site/coverxygen
95
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/
96
97
- - name: Run lcov genhtml
98
- run: genhtml ./calculator-app\target\site\coverxygen\lcov.info -o calculator-app/target/site/coverxygen
99
-
+ - name: Run genhtml
+ run: genhtml ./calculator-app/target/site/coverxygen/lcov.info -o calculator-app/target/site/coverxygen
+
100
#- name: Archive Coverage Report
101
# uses: actions/upload-artifact@v2
102
# with:
0 commit comments