Actions
action #88538
closedSince 2021-02-11 all openQA CI tests fail in codecov "406 Not Acceptable {'detail': ErrorDetail(string='Could not satisfy the request Accept header.', code='not_acceptable')}"
Description
Observation¶
Since 2021-02-11 all openQA CI tests fail in codecov "406 Not Acceptable {'detail': ErrorDetail(string='Could not satisfy the request Accept header.', code='not_acceptable')}":
Acceptance criteria¶
- AC1: pull requests have coverage analysis reports again
Suggestions¶
- Look if there is an update for the client we use for uploading codecov reports otherwise we need to patch it on our own or use alternatives, e.g. in os-autoinst in https://github.com/os-autoinst/os-autoinst/blob/master/.github/workflows/ci.yml#L13 we use "codecov/codecov-action@v1" or use https://metacpan.org/pod/Devel::Cover::Report::Codecovbash ?
Updated by tinita almost 4 years ago
Just for reference, someone offered a quick fix: https://github.com/codecov/codecov-perl/pull/42
Updated by kraih almost 4 years ago
- Status changed from Workable to In Progress
That is the correct fix. Very strange that codecov changed their API in that way.
Updated by openqa_review almost 4 years ago
- Due date set to 2021-02-27
Setting due date based on mean cycle time of SUSE QE Tools
Updated by okurz almost 4 years ago
- Status changed from In Progress to Resolved
Luckily, as you stated in PR codecov fixed the API endpoint on their side so we are good :)
Actions