Skip to content

Commit 0f1258a

Browse files
committed
remove commented out section
1 parent 6420245 commit 0f1258a

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -86,29 +86,6 @@ jobs:
8686
- name: Perform Build / Test
8787
run: sbt ++${{ matrix.scala }} clean compile test
8888

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-
11289
ready-to-merge:
11390
name: Ready to Merge
11491
if: ${{ github.event.pull_request }}

0 commit comments

Comments
 (0)