Skip to content

Commit 66a7456

Browse files
ci: show report
1 parent 3bf44c7 commit 66a7456

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,7 @@ jobs:
5656
if: matrix.node-version != '10.x'
5757
- name: Run tests with coverage
5858
run: npm run test:coverage -- --ci
59-
- if: ${{ matrix.os != 'windows-latest' }}
60-
uses: codecov/codecov-action@v5
59+
- uses: codecov/codecov-action@v5
60+
with:
61+
flags: integration
62+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)