Skip to content

chore: reduce codecov volume#67

Merged
josecolella merged 3 commits intomainfrom
chore/reduce-codecov-usage
Sep 13, 2023
Merged

chore: reduce codecov volume#67
josecolella merged 3 commits intomainfrom
chore/reduce-codecov-usage

Conversation

@toddbaert
Copy link
Member

@toddbaert toddbaert commented Sep 13, 2023

Wow... this has been frustrating...

There's a confluence of issues here:

  • We're uploading codecov in a matrix (this is both unnecessary and can cause issues with too-many-requests), plus it makes the results confusing. I've fixed this by only running it on the first matrix index.
  • The latest hash of the action uses their CLI - which requires a token
  • Renovate doesn't like to (can't?) use hashes for github actions. This might be because version numbers of actions are mutable (the associated commit hash can be changed) so this isn't very helpful.

I've resolved all of the above, but it's quite an annoying situation.

@codecov
Copy link

codecov bot commented Sep 13, 2023

Codecov Report

Merging #67 (f3cee2e) into main (c3c1222) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #67   +/-   ##
=======================================
  Coverage   98.90%   98.90%           
=======================================
  Files           6        6           
  Lines          91       91           
=======================================
  Hits           90       90           
  Misses          1        1           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@toddbaert toddbaert force-pushed the chore/reduce-codecov-usage branch 3 times, most recently from 2093807 to 1165e6c Compare September 13, 2023 15:46
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
@toddbaert toddbaert force-pushed the chore/reduce-codecov-usage branch from 1165e6c to 4650827 Compare September 13, 2023 15:51
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
@toddbaert toddbaert force-pushed the chore/reduce-codecov-usage branch from 64a5b83 to 02dceaf Compare September 13, 2023 16:08
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
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