Skip to content

Commit dd477fe

Browse files
committed
missing folder created
1 parent 167136b commit dd477fe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ jobs:
9191
- name: Run Coverxygen
9292
run: |
9393
currentDir=$(pwd)
94+
mkdir -p $currentDir/calculator-app/target/site/coverxygen
9495
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-
96+
9697
- name: Run lcov genhtml
9798
run: genhtml ./calculator-app\target\site\coverxygen\lcov.info -o calculator-app/target/site/coverxygen
9899

0 commit comments

Comments
 (0)