Skip to content

Commit 6487987

Browse files
authored
fix: Fixing broken coverage pipeline (#1910)
1 parent 37022d8 commit 6487987

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ jobs:
8686
- name: Run Test Coverage
8787
run: pnpm test:coverage
8888

89-
- uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # [email protected]
89+
- name: Upload coverage to Codecov
90+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # [email protected]
91+
with:
92+
token: ${{ secrets.CODECOV_TOKEN }}
9093

9194
lint:
9295
needs: build # Require build to complete before running tests

0 commit comments

Comments
 (0)