Skip to content

Commit

Permalink
Let's try this way
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel committed Sep 25, 2023
1 parent fbfb698 commit 245e53f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
env:
TOKEN_FOR_GITHUB: ${{ secrets.TOKEN_FOR_GITHUB }}
TOKEN_FOR_GITLAB: ${{ secrets.TOKEN_FOR_GITLAB }}
# Seen on https://stackoverflow.com/a/70405596/15619
- name: Detect all jacoco.xml files
uses: mathiasvr/command-output@v1
id: list-reports
run: |
find . -iname jacoco.xml >> $GITHUB_OUTPUT
with:
run: find . -iname jacoco.xml
- name: Add coverage to PR
id: jacoco
uses: madrapps/jacoco-report@v1.3
Expand Down

0 comments on commit 245e53f

Please sign in to comment.