Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit c057a1b

Browse filesBrowse files
authored
Add support for CODECOV_FLAGS (#285)
1 parent fd86007 commit c057a1b
Copy full SHA for c057a1b

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎codecov/__init__.py

Copy file name to clipboardExpand all lines: codecov/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def main(*argv, **kwargs):
331331
"--flags",
332332
"-F",
333333
nargs="*",
334-
default=None,
334+
default=os.getenv("CODECOV_FLAGS"),
335335
help="Flag these uploaded files with custom labels",
336336
)
337337
basics.add_argument(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.