Skip to content

Commit 6ecc720

Browse files
committed
fix test report
1 parent 06454db commit 6ecc720

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/develop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
permissions:
13+
checks: write
1314
contents: write
1415
pull-requests: write
1516
steps:
@@ -35,6 +36,7 @@ jobs:
3536
if: success() || failure() # always run even if the previous step fails
3637
with:
3738
report_paths: '**/build/test-results/test/TEST-*.xml'
39+
include_passed: true
3840

3941
- name: Generate jacoco reports
4042
run: ./gradlew jacocoTestReport

0 commit comments

Comments
 (0)