mirror of
https://github.com/vee1e/workorder-desk.git
synced 2026-09-01 09:50:13 +00:00
ci(codecov): upload coverage reports
This commit is contained in:
parent
545a8306fb
commit
7b3d78f43f
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue