Skip to content

Commit 5016502

Browse files
authored
Merge pull request #93 from Tribler/fix/ci-upload
Update to `jacoco-report` v1.7.1
2 parents 9ea96aa + 0c19135 commit 5016502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Add coverage to PR
3838
id: jacoco
39-
uses: madrapps/jacoco-report@v1.3
39+
uses: madrapps/jacoco-report@v1.7.1
4040
with:
4141
paths: ${{ github.workspace }}/ipv8/build/reports/jacoco/test/jacocoTestReport.xml
4242
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)