Skip to content

Commit

Permalink
Exclude blazecli from coverage assessment
Browse files Browse the repository at this point in the history
Blazecli is arguably a trivial wrapper around functionality provided by
the main library. Given how simple it currently is, we didn't see a
point in adding another test suite for it.
Exclude it from Codecov's coverage assessment accordingly.

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o committed Nov 23, 2023
1 parent b8bcb8f commit ca0e904
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ coverage:
default:
# We don't gate anything based on flaky code coverage reports.
informational: true
blazesym:
paths:
- src/
blazesym-c:
paths:
- capi/src/
patch:
default:
informational: true
Expand Down

0 comments on commit ca0e904

Please sign in to comment.