Skip to content

Commit c133543

Browse files
authored
Update develop.yml
1 parent d9241df commit c133543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
filename: ./Interpreter.Tests/coverage.cobertura.xml
5353
badge: true
54-
fail_below_min: true
54+
fail_below_min: false
5555
format: markdown
5656
hide_branch_rate: true
5757
hide_complexity: true
@@ -66,4 +66,4 @@ jobs:
6666
uses: actions/upload-artifact@v2.2.3
6767
with:
6868
name: CoverageReport
69-
path: coverage-report
69+
path: coverage-report

0 commit comments

Comments
 (0)