We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1258a commit f5ac124Copy full SHA for f5ac124
.github/workflows/continuous-integration.yml
@@ -86,6 +86,29 @@ jobs:
86
- name: Perform Build / Test
87
run: sbt ++${{ matrix.scala }} clean compile test
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
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
ready-to-merge:
113
name: Ready to Merge
114
if: ${{ github.event.pull_request }}
0 commit comments