File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 86
86
- name : Perform Build / Test
87
87
run : sbt ++${{ matrix.scala }} clean compile test
88
88
89
- # coverage:
90
- # name: Coverage Report
91
- # if: ${{ github.event.pull_request }}
92
- # needs: [ build ]
93
- # runs-on: ubuntu-latest
94
- # steps:
95
- # - uses: actions/download-artifact@v3
96
- # with:
97
- # name: cobertura.xml
98
- #
99
- # - name: Analyzing coverage report
100
- # uses: 5monkeys/cobertura-action@master
101
- # with:
102
- # path: cobertura.xml
103
- # only_changed_files: true
104
- # fail_below_threshold: true
105
- # show_missing: true
106
- # show_line: true
107
- # show_branch: true
108
- # show_class_names: true
109
- # link_missing_lines: true
110
- # minimum_coverage: 75
111
-
112
89
ready-to-merge :
113
90
name : Ready to Merge
114
91
if : ${{ github.event.pull_request }}
You can’t perform that action at this time.
0 commit comments