Skip to content

Commit fe12475

Browse files
fix: add backend flag to Codecov coverage upload
Without flags, Codecov couldn't distinguish between backend and frontend coverage reports. Now both have separate flags: - backend: Python tests coverage - frontend: TypeScript tests coverage Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 47f0e5e commit fe12475

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
with:
135135
token: ${{ secrets.CODECOV_TOKEN }}
136136
files: ./coverage.xml
137+
flags: backend
137138
fail_ci_if_error: false
138139

139140
- name: Skip notice

0 commit comments

Comments
 (0)