Skip to content

Commit 4efcac7

Browse files
committed
Fix codecov/upload config
1 parent 2c12d27 commit 4efcac7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ jobs:
212212
- run: pip3 install tox
213213
- run: tox -e coverage-combine
214214
- codecov/upload:
215-
flags: "-f coverage.xml"
215+
disable_search: true # otherwise, requirements/coverage.txt gets picked up
216+
files: coverage.xml
216217

217218
"dry run releases":
218219
executor: ubuntu_executor

0 commit comments

Comments
 (0)