Skip to content

Commit

Permalink
add codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogacel committed Oct 13, 2023
1 parent 1eb7cb2 commit 5312f4c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
comment:
layout: "header, diff, flags, components, tree"

component_management:
individual_components:
- component_id: app
name: app
paths:
- app
- component_id: generated-code-tests
name: generated code tests
paths:
- generated-code-tests
statuses:
- type: project
target: auto
- type: patch
target: auto
- component_id: runtime-common
name: runtime-common
paths:
- runtime-common

ignore:
- "**/test_messages_proto3.proto.kt" # Ignore conformance test to get a more realistic coverage for existing functionality.
- "**/google/protobuf/*.proto.kt" # Ignore auto-generated google types that are actually WKTs.
- "examples" # Ignore examples.
- "docs" # Ignore docs.

0 comments on commit 5312f4c

Please sign in to comment.