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

Coverage over time components #486

Merged
merged 11 commits into from
Apr 3, 2024
Merged

Conversation

JerrySentry
Copy link
Contributor

@JerrySentry JerrySentry commented Apr 3, 2024

Purpose/Motivation

What is the feature? Why is this being done?

Add in all the necessary changes to enable coverage over time for components

Links to relevant tickets

codecov/engineering-team#1358
codecov/engineering-team#1359
codecov/engineering-team#1368
codecov/engineering-team#1360
codecov/engineering-team#1361

Notes to Reviewer

This giant PR is a result of many approved PR merged into this branch while the code freeze was in progress. All code in the changes here have been reviewed and approved.

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

@JerrySentry JerrySentry requested a review from a team as a code owner April 3, 2024 14:59
@codecov-notifications
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@codecov-qa
Copy link

codecov-qa bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.12%. Comparing base (b8eb29a) to head (a89b6f4).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #486      +/-   ##
==========================================
+ Coverage   96.05%   96.12%   +0.07%     
==========================================
  Files         644      651       +7     
  Lines       17166    17301     +135     
==========================================
+ Hits        16488    16630     +142     
+ Misses        678      671       -7     
Flag Coverage Δ
unit 96.12% <100.00%> (+0.07%) ⬆️
unit-latest-uploader 96.12% <100.00%> (+0.07%) ⬆️

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.

Copy link

codecov-public-qa bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b8eb29a) 96.05% compared to head (a89b6f4) 96.12%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #486      +/-   ##
==========================================
+ Coverage   96.05%   96.12%   +0.07%     
==========================================
  Files         644      651       +7     
  Lines       17166    17301     +135     
==========================================
+ Hits        16488    16630     +142     
+ Misses        678      671       -7     
Flag Coverage Δ
unit 96.12% <100.00%> (+0.07%) ⬆️
unit-latest-uploader 96.12% <100.00%> (+0.07%) ⬆️

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

Files Coverage Δ
codecov/commands/executor.py 100.00% <100.00%> (ø)
core/commands/component/__init__.py 100.00% <100.00%> (ø)
core/commands/component/component.py 100.00% <100.00%> (ø)
...onent/interactors/delete_component_measurements.py 100.00% <100.00%> (ø)
graphql_api/actions/components.py 100.00% <100.00%> (ø)
graphql_api/actions/flags.py 100.00% <100.00%> (ø)
graphql_api/actions/measurements.py 100.00% <100.00%> (ø)
graphql_api/types/mutation/__init__.py 100.00% <100.00%> (ø)
...mutation/delete_component_measurements/__init__.py 100.00% <100.00%> (ø)
...nent_measurements/delete_component_measurements.py 100.00% <100.00%> (ø)
... and 4 more

... and 1 file with indirect coverage changes

Impacted file tree graph

Copy link
Contributor

@ajay-sentry ajay-sentry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets ship it!

@JerrySentry JerrySentry merged commit 13e510a into main Apr 3, 2024
19 checks passed
@JerrySentry JerrySentry deleted the coverage-over-time-components branch April 3, 2024 19:17
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.

None yet

2 participants