omsf-eco-infra / gha-runner

A simple GitHub Action for creating cloud-based self-hosted runners.
MIT License
0 stars 3 forks source link

[bug] CI might not be correctly uploading to codecov #4

Closed ethanholz closed 6 months ago

ethanholz commented 6 months ago

Upon the first run of this action there seems to be an issue that arose wherein the coverage is not being uploaded correctly to codecov. This can be seen in each run in the matrix. I have run the build again to validate that this issue persists.

Examples:

Two things to note from this:

  1. We will need to add a way to add a badge or some other integration to validate that the results are being uploaded.
  2. There may be an issue in how we are authenticating and the token may need to be replaced.
ethanholz commented 6 months ago

@dwhswenson tagging for visibility.

dwhswenson commented 6 months ago

Based on trouble I had getting CodeCov to show me the omsf-eco-infra version of the repo today, my guess is that I somehow managed to create a token for my fork, not this version of the repo.

Looks like it works now: https://app.codecov.io/gh/omsf-eco-infra/gha-runner

Closing, feel free to reopen if I've misunderstood!