Skip to content

Commit 5f89347

Browse files
committed
ci: add upload of coverage data
1 parent e8a5670 commit 5f89347

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-repo.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
run: npm run test -- --coverage --watchAll=false
3838
- name: Check
3939
run: npm run check
40+
- name: Upload coverage reports to Codecov
41+
uses: codecov/codecov-action@v5
42+
with:
43+
token: ${{ secrets.CODECOV_TOKEN }}
44+
slug: trustification/trustify-ui
4045
- name: Crate Format
4146
working-directory: ./crate
4247
run: cargo fmt --check

0 commit comments

Comments
 (0)