Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 7b27b28

Browse files
Merge pull request #90 from codecov/thiago/f/capture-coverage-upload
Capturing coverage on upload
2 parents 486c2b3 + 89453e5 commit 7b27b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codecov_cli/commands/labelanalysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def collect_tests(self):
9797
]
9898

9999
def do_something_with_result(self, result):
100-
command_array = ["python", "-m", "pytest"]
100+
command_array = ["python", "-m", "pytest", "--cov=./", "--cov-context=test"]
101101
all_labels = (
102102
result["absent_labels"]
103103
+ result["present_diff_labels"]

0 commit comments

Comments
 (0)