We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11fb3d6 commit a497afbCopy full SHA for a497afb
1 file changed
.github/workflows/check-jacoco.yml
@@ -55,13 +55,13 @@ jobs:
55
56
- name: Add JaCoCo Report in PR comments
57
id: jacoco
58
- uses: MoranaApps/jacoco-report@v0.2.1
+ uses: MoranaApps/jacoco-report@master
59
with:
60
token: '${{ secrets.GITHUB_TOKEN }}'
61
paths: |
62
**/target/site/jacoco/jacoco.xml
63
- exlude-paths: |
64
- master_code/**
+ exclude-paths:
+ **/master_code/**
65
# baseline-paths: |
66
# master_code/**/target/site/jacoco/jacoco.xml
67
title: JaCoCo code coverage report - Scala ${{ matrix.scala }}
0 commit comments