Skip to content

Commit 54d42c5

Browse files
committed
👷 Removed HTML coverage output
- codecov/feedback#726 (reply in thread)
1 parent 963df6f commit 54d42c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ env:
99
K_SOUP_COV_MIN_BRANCH: 85
1010
K_SOUP_COV_MIN_LINE: 91
1111
K_SOUP_COV_MIN_HARD: true
12-
K_SOUP_COV_FORMATTERS: "html,xml,rcov,lcov,json,tty"
12+
# Removed HTML output, see: https://github.com/codecov/feedback/discussions/726#discussioncomment-13756707
13+
K_SOUP_COV_FORMATTERS: "xml,rcov,lcov,json,tty"
1314
K_SOUP_COV_DO: true
1415
K_SOUP_COV_MULTI_FORMATTERS: true
1516
K_SOUP_COV_COMMAND_NAME: "Test Coverage"

0 commit comments

Comments
 (0)