trunk-merge/pr-1107/1105658b-35dc-464a-877f-00d2876c4f20#1109
Closed
trunk-io[bot] wants to merge 3 commits into
Closed
trunk-merge/pr-1107/1105658b-35dc-464a-877f-00d2876c4f20#1109trunk-io[bot] wants to merge 3 commits into
trunk-io[bot] wants to merge 3 commits into
Conversation
The workflow field was being populated with a UUID (CIRCLE_WORKFLOW_ID) instead of the human-readable workflow name (CIRCLE_WORKFLOW_NAME), causing the Job Run column in the uploads page to display a raw UUID.
…name env var CIRCLE_WORKFLOW_ID is a UUID with no human-readable equivalent in CircleCI's built-in environment variables. Setting workflow to None means the Job Run column shows just the job name instead of a UUID prefix. CIRCLE_WORKFLOW_ID is still used for building the job_url.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1109 +/- ##
==========================================
+ Coverage 82.15% 82.40% +0.25%
==========================================
Files 69 69
Lines 15244 15243 -1
==========================================
+ Hits 12523 12561 +38
+ Misses 2721 2682 -39 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request was created and is being managed by Trunk Merge.
This pull request is based on the main branch at SHA 3b05ad84a7a16bea206d03c57ef020355704b097.
See more details here.
When CI completes, this pull request will be closed automatically.
Pull Requests Being Tested
This pull request is testing the changes from pull request 1107.