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

generate test coverage+results in a monorepo-friendly way #1105

Merged
merged 1 commit into from
Feb 27, 2025
Merged

Conversation

matt-codecov
Copy link
Contributor

@matt-codecov matt-codecov commented Feb 25, 2025

needed for https://github.com/codecov/umbrella/pull/17

currently the docker image is built and coverage data is generated as if worker is its own repo and all the files are in the repo root. in umbrella that is no longer true - worker exists in apps/worker/ and we want that prefix to be applied to every source file we have data for

this PR sets up shared in /app/apps/worker instead of /app inside the docker container

Copy link

codecov bot commented Feb 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.25%. Comparing base (899d4dd) to head (ab83759).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1105   +/-   ##
=======================================
  Coverage   97.25%   97.25%           
=======================================
  Files         454      454           
  Lines       37447    37447           
=======================================
  Hits        36418    36418           
  Misses       1029     1029           
Flag Coverage Δ
integration 43.06% <ø> (ø)
unit 89.81% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@codecov-notifications
Copy link

codecov-notifications bot commented Feb 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@matt-codecov matt-codecov added this pull request to the merge queue Feb 27, 2025
Merged via the queue into main with commit 33fa5a8 Feb 27, 2025
29 checks passed
@matt-codecov matt-codecov deleted the pr1105 branch February 27, 2025 20:00
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