File tree 2 files changed +13
-11
lines changed
2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 3
3
notify :
4
4
after_n_builds : 3
5
5
wait_for_ci : yes
6
+ token : ${{ secrets.CODECOV_TOKEN }}
6
7
7
8
coverage :
8
9
status :
Original file line number Diff line number Diff line change @@ -26,14 +26,15 @@ jobs:
26
26
report :
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - name : Download artifacts
30
- uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
31
- with :
32
- run-id : ${{ github.event.workflow_run.id }}
33
- path : test-reports
34
- - uses : dorny/test-reporter@c40d89d5e987cd80f3a32b3c233556e22bdca958
35
- with :
36
- name : ' Tests Report'
37
- path : ' test-reports/**/*.xml'
38
- reporter : java-junit
39
- fail-on-error : false
29
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
30
+ - name : Download artifacts
31
+ uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
32
+ with :
33
+ run-id : ${{ github.event.workflow_run.id }}
34
+ path : test-reports
35
+ - uses : dorny/test-reporter@c40d89d5e987cd80f3a32b3c233556e22bdca958
36
+ with :
37
+ name : ' Tests Report'
38
+ path : ' test-reports/**/*.xml'
39
+ reporter : java-junit
40
+ fail-on-error : false
You can’t perform that action at this time.
0 commit comments