Skip to content

Commit 7f141f5

Browse files
fix: try the new config
1 parent 4a1a824 commit 7f141f5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.circleci/config.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
---
12
version: 2.1
23
orbs:
3-
codecov: codecov/codecov@4
4+
codecov: codecov/codecov@5
45

56
jobs:
67
build:
@@ -17,9 +18,11 @@ jobs:
1718
pytest --cov app
1819
coverage xml
1920
- codecov/upload:
20-
cli_args: -v
21+
files: coverage.xml
22+
plugins: noop
2123
token: CODECOV_TOKEN
22-
upload_args: --plugin noop
24+
verbose: true
25+
when: always
2326

2427
workflow:
2528
version: 2.1

0 commit comments

Comments
 (0)