Skip to content

Commit 6ab9d6a

Browse files
committed
Merge branch 'main' into app/feat/setup-testing
# Conflicts: # .github/workflows/ci.yml
2 parents 9052414 + 94f8b6e commit 6ab9d6a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ jobs:
2828
- name: Run static analysis
2929
run: npm run lint
3030

31-
- name: Test with coverage
32-
run: npm run test -- --coverage --silent
31+
- name: Test
32+
run: npm run test
3333

34-
#- name: Generate report
35-
# run: make testcov
34+
- name: Upload coverage reports to Codecov
35+
uses: codecov/codecov-action@v5
36+
with:
37+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)