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

fix: update Feature interface #299

Merged
merged 3 commits into from
Mar 13, 2024
Merged

Conversation

daniel-codecov
Copy link
Contributor

@daniel-codecov daniel-codecov commented Mar 1, 2024

Update Feature interface to match the check_value() signature here codecov/shared#141. Need to update the shared hash once the ^ PR gets merged

Also removes salt/proportion param from Feature according to this codecov/shared#142

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.

@codecov-qa
Copy link

codecov-qa bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.12%. Comparing base (384ecc9) to head (f7de9be).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #299   +/-   ##
=======================================
  Coverage   98.12%   98.12%           
=======================================
  Files         385      385           
  Lines       31901    31901           
=======================================
  Hits        31302    31302           
  Misses        599      599           
Flag Coverage Δ
integration 98.12% <100.00%> (ø)
latest-uploader-overall 98.12% <100.00%> (ø)
unit 98.12% <100.00%> (ø)

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

Components Coverage Δ
NonTestCode 96.23% <100.00%> (ø)
OutsideTasks 97.91% <100.00%> (ø)
Files Coverage Δ
rollouts/__init__.py 100.00% <100.00%> (ø)
services/report/raw_upload_processor.py 94.35% <ø> (ø)
tasks/sync_repos.py 96.98% <100.00%> (ø)

Copy link

codecov-public-qa bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (384ecc9) 98.12% compared to head (f7de9be) 98.12%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #299   +/-   ##
=======================================
  Coverage   98.12%   98.12%           
=======================================
  Files         385      385           
  Lines       31901    31901           
=======================================
  Hits        31302    31302           
  Misses        599      599           
Flag Coverage Δ
integration 98.12% <100.00%> (ø)
latest-uploader-overall 98.12% <100.00%> (ø)
unit 98.12% <100.00%> (ø)

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

Components Coverage Δ
NonTestCode 96.23% <100.00%> (ø)
OutsideTasks 97.91% <100.00%> (ø)
Files Coverage Δ
rollouts/__init__.py 100.00% <100.00%> (ø)
services/report/raw_upload_processor.py 94.35% <ø> (ø)
tasks/sync_repos.py 96.98% <100.00%> (ø)

Copy link

codecov bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.10%. Comparing base (384ecc9) to head (f7de9be).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #299   +/-   ##
=======================================
  Coverage   98.10%   98.10%           
=======================================
  Files         416      416           
  Lines       32601    32601           
=======================================
  Hits        31984    31984           
  Misses        617      617           
Flag Coverage Δ
integration 98.12% <100.00%> (ø)
latest-uploader-overall 98.12% <100.00%> (ø)
unit 98.12% <100.00%> (ø)

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

Components Coverage Δ
NonTestCode 96.17% <100.00%> (ø)
OutsideTasks 97.91% <100.00%> (ø)
Files Coverage Δ
rollouts/__init__.py 100.00% <100.00%> (ø)
services/report/raw_upload_processor.py 94.35% <ø> (ø)
tasks/sync_repos.py 97.00% <100.00%> (ø)

This change has been scanned for critical changes. Learn more

@daniel-codecov daniel-codecov force-pushed the daniel/update-feature-interface branch from e9c9ba3 to 868c6a7 Compare March 12, 2024 21:29
@codecov-staging
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #299   +/-   ##
=======================================
  Coverage        ?   98.12%           
=======================================
  Files           ?      385           
  Lines           ?    31901           
  Branches        ?        0           
=======================================
  Hits            ?    31302           
  Misses          ?      599           
  Partials        ?        0           
Flag Coverage Δ
integration 98.12% <100.00%> (?)
latest-uploader-overall 98.12% <100.00%> (?)
unit 98.12% <100.00%> (?)

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

Components Coverage Δ
NonTestCode 96.23% <100.00%> (?)
OutsideTasks 97.91% <100.00%> (?)
Files Coverage Δ
rollouts/__init__.py 100.00% <100.00%> (ø)
services/report/raw_upload_processor.py 94.35% <ø> (ø)
tasks/sync_repos.py 96.98% <100.00%> (ø)

@daniel-codecov daniel-codecov merged commit 98df06e into main Mar 13, 2024
28 checks passed
@daniel-codecov daniel-codecov deleted the daniel/update-feature-interface branch March 13, 2024 15:06
This pull request was closed.
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