We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff007f commit a800181Copy full SHA for a800181
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
# Run coverage only once on node 20 to avoid duplicate codecov uploads
39
- name: Jest tests with coverage
40
if: matrix.node_version == 20
41
- run: yarn jest --ci --color --runInBand --coverage --reporters=default --reporters=jest-junit
+ run: yarn jest --ci --color --runInBand --reporters=default --reporters=jest-junit --coverage
42
43
- name: Upload coverage
44
uses: codecov/codecov-action@v4
0 commit comments