Skip to content

Commit eb2c597

Browse files
author
Mikalai Radchuk
committed
Adds codecov integration
Signed-off-by: Mikalai Radchuk <[email protected]>
1 parent 0b82490 commit eb2c597

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/unit-test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ jobs:
2121
- name: Run basic unit tests
2222
run: |
2323
make test-unit
24+
25+
- uses: codecov/codecov-action@v3
26+
with:
27+
files: cover.out
28+
fail_ci_if_error: true
29+
functionalities: fixes

0 commit comments

Comments
 (0)