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 57df161 commit b36c455Copy full SHA for b36c455
.circleci/config.yml
@@ -15,7 +15,10 @@ jobs:
15
name: Run tests and collect coverage
16
command: pytest --cov app
17
- codecov/upload
18
-
+ - codecov/upload:
19
+ flags: testthree
20
21
+ flags: test-four
22
workflow:
23
version: 2.1
24
build-test:
.github/workflows/ci.yml
@@ -40,3 +40,17 @@ jobs:
40
fail_ci_if_error: true
41
use_oidc: true
42
verbose: true
43
+ - name: Upload coverage to Codecov (oidc)
44
+ uses: codecov/codecov-action@main
45
+ with:
46
+ fail_ci_if_error: true
47
+ use_oidc: true
48
+ flags: testone
49
+ verbose: true
50
51
52
53
54
55
+ flags: test-two
56
0 commit comments