Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Add support for CODECOV_FLAGS #285

Merged
merged 1 commit into from Jul 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion codecov/__init__.py
Expand Up @@ -331,7 +331,7 @@ def main(*argv, **kwargs):
"--flags",
"-F",
nargs="*",
default=None,
default=os.getenv("CODECOV_FLAGS"),
help="Flag these uploaded files with custom labels",
)
basics.add_argument(
Expand Down