Skip to content

Commit f960b5a

Browse files
committed
Upload coverage to Codecov
1 parent 3fd9d48 commit f960b5a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ jobs:
4040
with:
4141
name: coverage-report
4242
path: coverage.out
43+
44+
- name: Upload coverage to Codecov
45+
uses: codecov/codecov-action@v4
46+
with:
47+
files: ./coverage.out
48+
fail_ci_if_error: true
4349

4450
build:
4551
name: Build

0 commit comments

Comments
 (0)