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

Improve Coverage Upload Time #70

Merged
merged 1 commit into from
Feb 25, 2024
Merged

Improve Coverage Upload Time #70

merged 1 commit into from
Feb 25, 2024

Conversation

PSchmiedmayer
Copy link
Member

@PSchmiedmayer PSchmiedmayer commented Feb 25, 2024

Improve Coverage Upload Time

♻️ Current situation & Problem

  • Upload coverage step takes a long time as coverage data is collected for all targets including all dependencies.

⚙️ Release Notes

  • Only collects test coverage data from the app itself. Reduces the time of this step from 9:21 min to 1:16 min 🚀.

📝 Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

@PSchmiedmayer PSchmiedmayer added the enhancement New feature or request label Feb 25, 2024
@PSchmiedmayer PSchmiedmayer self-assigned this Feb 25, 2024
Copy link

codecov bot commented Feb 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.54%. Comparing base (ebe221a) to head (9f984d4).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #70   +/-   ##
=======================================
  Coverage   80.54%   80.54%           
=======================================
  Files          31       31           
  Lines         976      976           
=======================================
  Hits          786      786           
  Misses        190      190           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ebe221a...9f984d4. Read the comment docs.

@PSchmiedmayer PSchmiedmayer merged commit 97635ac into main Feb 25, 2024
7 checks passed
@PSchmiedmayer PSchmiedmayer deleted the feature/coverageTime branch February 25, 2024 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant