We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167136b commit dd477feCopy full SHA for dd477fe
1 file changed
.github/workflows/release.yml
@@ -91,8 +91,9 @@ jobs:
91
- name: Run Coverxygen
92
run: |
93
currentDir=$(pwd)
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
0 commit comments