Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1fe58e8

Browse filesBrowse files
feat: add flags and update codecov.yml
1 parent f53f6ec commit 1fe58e8
Copy full SHA for 1fe58e8

File tree

2 files changed

+21
-2
lines changed
Filter options

2 files changed

+21
-2
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+10Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,13 @@ jobs:
1616
run: pytest --cov app
1717
- name: Upload coverage to Codecov
1818
uses: codecov/codecov-action@v3
19+
with:
20+
flags: backend
21+
- name: Upload coverage to Codecov
22+
uses: codecov/codecov-action@v3
23+
with:
24+
flags: backend
25+
- name: Upload coverage to Codecov
26+
uses: codecov/codecov-action@v3
27+
with:
28+
flags: backend

‎codecov.yml

Copy file name to clipboardExpand all lines: codecov.yml
+11-2Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,14 @@ profiling:
22
critical_files_paths:
33
- app/calculator.py
44

5-
comment:
6-
show_critical_paths: true
5+
comment: false
6+
7+
flag_mangement:
8+
individual_flags:
9+
- name: backend
10+
after_n_builds: 2
11+
statuses:
12+
- type: project
13+
target: 20%
14+
- type: patch
15+
target: 100%

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.