Skip to content

Attempt CI fix wrt broken coverage upload artifact#49

Merged
venkatajagannath merged 1 commit into
mainfrom
github_action_fix
Sep 3, 2024
Merged

Attempt CI fix wrt broken coverage upload artifact#49
venkatajagannath merged 1 commit into
mainfrom
github_action_fix

Conversation

@venkatajagannath
Copy link
Copy Markdown
Contributor

@venkatajagannath venkatajagannath commented Sep 3, 2024

Apparently the GitHub action https://github.com/actions/upload-artifact released a breaking change actions/upload-artifact#602 (not following semver guidelines) which is affecting our CodeCov job as it's no longer
able to download artifacts that were supposed to be uploaded from our tests in earlier jobs in the CI.

According to suggestion in https://github.com/actions/upload-artifact/pull/607/files, set include include-hidden-files: true, so that our workflow continues to work as it was before.

Similar to fix in: astronomer/astro-provider-ray#60

@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.41%. Comparing base (67dbf4b) to head (1793cf5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #49   +/-   ##
=======================================
  Coverage   96.41%   96.41%           
=======================================
  Files           4        4           
  Lines         279      279           
=======================================
  Hits          269      269           
  Misses         10       10           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@venkatajagannath venkatajagannath merged commit 87dbc3c into main Sep 3, 2024
@venkatajagannath venkatajagannath deleted the github_action_fix branch September 3, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants