Skip to content

Commit d6347ee

Browse files
ggazzoclaude
andcommitted
fix: disable codecov auto-discovery to prevent unusable report uploads
The codecov action was auto-discovering coverage files from all monorepo packages, some of which caused "Unusable report" errors. Now only the explicit Jest and nyc lcov files from apps/meteor are uploaded. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ca264af commit d6347ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-test-unit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ jobs:
5252
verbose: true
5353
token: ${{ secrets.CODECOV_TOKEN }}
5454
files: apps/meteor/coverage/jest/lcov.info,apps/meteor/coverage/nyc/lcov.info
55+
disable_search: true

0 commit comments

Comments
 (0)