ci(codecov): upload coverage reports

This commit is contained in:
lakshit verma 2026-08-17 02:13:11 +05:30
parent 545a8306fb
commit 7b3d78f43f
No known key found for this signature in database

View file

@ -58,6 +58,13 @@ jobs:
cache: npm
- run: npm ci
- run: npm run test:coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: backend/coverage/lcov.info,frontend/coverage/lcov.info
flags: unittests
fail_ci_if_error: false
build:
name: Build