Closed IanHoar closed 10 months ago
Looks like I was able to fix the upload step by adding the flags
argument to my upload step:
- codecov/upload:
file: fastlane/test_output/braver-production.xcresult
flags: "tests"
The flags command appears to be optional so this is seemingly a bug (or incorrect documentation)
Looks like I was able to fix the upload step by adding the
flags
argument to my upload step:- codecov/upload: file: fastlane/test_output/braver-production.xcresult flags: "tests"
The flags command appears to be optional so this is seemingly a bug (or incorrect documentation)
I am facing the same issue after upgrading from codecov/codecov@3.2.4
to 4.0.0
(latest). Seems like the flags
parameter is required as opposed to what the documentation states
error - Upload failed: {"flags":{"0":["This field may not be blank."]}}
@christianmierez @IanHoar sorry about this, I'll take a look today and see what we can do
@christianmierez @IanHoar https://github.com/codecov/codecov-circleci-orb/pull/182 should fix the issue. I intend to push a release tomorrow around noon PT.
Describe the bug Trying to setup codecov for the first time and have run into an inscrutable error. On the last step of the uploader I get this error:
Environment (please complete the following information): uploading .xcresult from 4.0.0 orb on CircleCI
To Reproduce Steps to reproduce the behavior:
Expected behavior Upload succeeds
Screenshots
Additional context