We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53f6ec commit 1fe58e8Copy full SHA for 1fe58e8
.github/workflows/ci.yml
@@ -16,3 +16,13 @@ jobs:
16
run: pytest --cov app
17
- name: Upload coverage to Codecov
18
uses: codecov/codecov-action@v3
19
+ with:
20
+ flags: backend
21
+ - name: Upload coverage to Codecov
22
+ uses: codecov/codecov-action@v3
23
24
25
26
27
28
codecov.yml
@@ -2,5 +2,14 @@ profiling:
2
critical_files_paths:
3
- app/calculator.py
4
5
-comment:
6
- show_critical_paths: true
+comment: false
+
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