We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06454db commit 6ecc720Copy full SHA for 6ecc720
1 file changed
.github/workflows/develop.yml
@@ -10,6 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
permissions:
13
+ checks: write
14
contents: write
15
pull-requests: write
16
steps:
@@ -35,6 +36,7 @@ jobs:
35
36
if: success() || failure() # always run even if the previous step fails
37
with:
38
report_paths: '**/build/test-results/test/TEST-*.xml'
39
+ include_passed: true
40
41
- name: Generate jacoco reports
42
run: ./gradlew jacocoTestReport
0 commit comments