Skip to content

Commit a497afb

Browse files
committed
Debugging of the solution.
1 parent 11fb3d6 commit a497afb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-jacoco.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555

5656
- name: Add JaCoCo Report in PR comments
5757
id: jacoco
58-
uses: MoranaApps/jacoco-report@v0.2.1
58+
uses: MoranaApps/jacoco-report@master
5959
with:
6060
token: '${{ secrets.GITHUB_TOKEN }}'
6161
paths: |
6262
**/target/site/jacoco/jacoco.xml
63-
exlude-paths: |
64-
master_code/**
63+
exclude-paths:
64+
**/master_code/**
6565
# baseline-paths: |
6666
# master_code/**/target/site/jacoco/jacoco.xml
6767
title: JaCoCo code coverage report - Scala ${{ matrix.scala }}

0 commit comments

Comments
 (0)