Skip to content

Commit

Permalink
Adds codecov integration
Browse files Browse the repository at this point in the history
Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
  • Loading branch information
m1kola committed Jun 27, 2023
1 parent 0b82490 commit febce32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ jobs:
- name: Run basic unit tests
run: |
make test-unit
- uses: codecov/codecov-action@v3
with:
files: cover.out
fail_ci_if_error: true
functionalities: fixes

0 comments on commit febce32

Please sign in to comment.