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

Commit

Permalink
Add support for CODECOV_FLAGS (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jul 15, 2020
1 parent fd86007 commit c057a1b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c057a1b

Please sign in to comment.