Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 9, 2024
1 parent 5b2d831 commit 063e25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
args=""
for pkg in src/*; do
args="$args --classfiles ./$pkg/build/classes/ --sourcefiles ./$pkg/src/main/java/"
args="$args --classfiles src/$pkg/build/classes/ --sourcefiles src/$pkg/src/main/java/"
done
java -jar org.jacoco.cli-0.8.12-nodeps.jar report $(find . -name \*.jacoco.exec) $args --html coverage
Expand Down

0 comments on commit 063e25f

Please sign in to comment.