Skip to content

Commit f5ac124

Browse files
committed
Revert "remove commented out section"
This reverts commit 0f1258a.
1 parent 0f1258a commit f5ac124

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/continuous-integration.yml

+23
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,29 @@ 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+
89112
ready-to-merge:
90113
name: Ready to Merge
91114
if: ${{ github.event.pull_request }}

0 commit comments

Comments
 (0)