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

Commit 2272547

Browse files
fix: add ci_service to upload data (#398)
* fix: add ci_service to upload data * test: fix tests for ci_service Signed-off-by: joseph-sentry <[email protected]>
1 parent ccf8612 commit 2272547

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

codecov_cli/services/upload/upload_sender.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def send_upload_data(
5151
"name": name,
5252
"job_code": job_code,
5353
"version": codecov_cli_version,
54+
"ci_service": ci_service,
5455
}
5556

5657
# Data to upload to Codecov

tests/helpers/test_upload_sender.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"job_code": "job_code",
5353
"name": "name",
5454
"version": codecov_cli_version,
55+
"ci_service": "ci_service",
5556
}
5657

5758

0 commit comments

Comments
 (0)