Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coverage CI job incorrectly loads coverage artifacts #1699

Closed
1 task done
mflendrich opened this issue Aug 11, 2021 · 0 comments · Fixed by #1700
Closed
1 task done

coverage CI job incorrectly loads coverage artifacts #1699

mflendrich opened this issue Aug 11, 2021 · 0 comments · Fixed by #1700
Assignees
Labels
area/ci bug Something isn't working

Comments

@mflendrich
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

The CI step called coverage fails. Example run

Root cause analysis:

Could not read coverage file (./coverage.postgres.out): Error: There was an error reading the coverage file: Error: EISDIR: illegal operation on a directory, read

The coverage report is loaded into the workflow step from a GH Actions artifact. Apparently, the target path is specified in such a way that the output is created as a directory (containing the artifact contents, including the coverage report) where codecov expects a coverage report file.

Expected Behavior

The CI step coverage not failing, and successfully picking up the artifact.

Steps To Reproduce

See the failed CI run referenced above.

Kong Ingress Controller version

n/a

Kubernetes version

n/a

Anything else?

No response

@mflendrich mflendrich added the bug Something isn't working label Aug 11, 2021
@mflendrich mflendrich self-assigned this Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant