Skip to content

Commit a800181

Browse files
authored
Update .github/workflows/ci.yml
1 parent 8ff007f commit a800181

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Run coverage only once on node 20 to avoid duplicate codecov uploads
3939
- name: Jest tests with coverage
4040
if: matrix.node_version == 20
41-
run: yarn jest --ci --color --runInBand --coverage --reporters=default --reporters=jest-junit
41+
run: yarn jest --ci --color --runInBand --reporters=default --reporters=jest-junit --coverage
4242

4343
- name: Upload coverage
4444
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)