Skip to content

Commit

Permalink
DC: add codecov.yml (#157)
Browse files Browse the repository at this point in the history
* DC: added components and ignore

* DC: moved codecov.yml

* DC: changed target
  • Loading branch information
Lica200 authored May 29, 2024
1 parent 3006d82 commit 1257453
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
coverage:
status:
project:
default:
target: auto #patches sollen coverage beibehalten oder verbessern
threshold: 5%

component_management:
default_rules: # default rules that will be inherited by all components
statuses:
- type: project # in this case every component that doens't have a status defined will have a project type one
target: auto
individual_components:
- component_id: event
name: event # this is a display name, and can be changed freely
paths:
- backend/src/main/java/com/dhbw/get2gether/backend/event
- component_id: api-smiles # this is an identifier that should not be changed
name: smiles # this is a display name, and can be changed freely
paths:
- backend/src/main/java/com/dhbw/get2gether/backend/widget

ignore:
- "backend/src/main/java/com/dhbw/get2gether/backend/user"
- "backend/src/main/java/com/dhbw/get2gether/backend/authentication"

0 comments on commit 1257453

Please sign in to comment.