Skip to content

Commit ab31299

Browse files
committed
fix: Fixing broken coverage pipeline
1 parent 37022d8 commit ab31299

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
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 # pin@5.3.1
89+
- name: Upload coverage to Codecov
90+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # pin@5.3.1
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)