-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5030282
commit b369a78
Showing
4 changed files
with
23 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,4 @@ jobs: | |
uses: codecov/codecov-action@v4.2.0 | ||
with: | ||
use_oidc: true | ||
flags: backend |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,4 @@ jobs: | |
uses: codecov/codecov-action@v4.2.0 | ||
with: | ||
use_oidc: true | ||
flags: frontend |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
coverage: | ||
status: | ||
project: | ||
default: | ||
target: 100% | ||
threshold: 1% | ||
project: off | ||
patch: off | ||
|
||
comment: | ||
layout: "condensed_header, diff, flags, components" | ||
|
||
component_management: | ||
individual_components: | ||
- component_id: api-calculator # this is an identifier that should not be changed | ||
name: calculator # this is a display name, and can be changed freely | ||
flag_management: | ||
individual_flags: | ||
- name: backend | ||
paths: | ||
- api/calculator/ | ||
- 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 | ||
- api/ | ||
statuses: | ||
- type: project | ||
target: 100% | ||
threshold: 1% | ||
- name: frontend | ||
paths: | ||
- api/smiles/ | ||
- web/ | ||
statuses: | ||
- type: project | ||
target: auto | ||
threshold: 1% |