Skip to content

Commit ed32d1b

Browse files
committed
Do not fail fast on coverage tasks.
1 parent 964a6a1 commit ed32d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/fireci/fireciplugins/coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
)
3434
@ci_command()
3535
def coverage_check(gradle_task):
36-
gradle.run(gradle_task)
36+
gradle.run(gradle_task, '--continue')
3737

3838
test_report = parse_xml_reports()
3939
post_request(test_report)

0 commit comments

Comments
 (0)