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: reexport brolly stats rollup so celery can find it outside of tests #63

Merged
merged 2 commits into from
Aug 15, 2023

Conversation

matt-codecov
Copy link
Contributor

as title

last attempted run celery complained about an unregistered task for brolly. turns out i missed something other tasks were doing: reexporting themselves from tasks/__init__.py. adding that makes celery happy

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
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Merging #63 (6798714) into main (3dbbeed) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #63   +/-   ##
=======================================
  Coverage   98.59%   98.59%           
=======================================
  Files         357      357           
  Lines       26004    26004           
=======================================
  Hits        25639    25639           
  Misses        365      365           
Flag Coverage Δ
integration 98.56% <100.00%> (ø)
latest-uploader-overall 98.56% <100.00%> (ø)
onlysomelabels 98.59% <100.00%> (ø)
unit 98.56% <100.00%> (ø)

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

Components Coverage Δ
NonTestCode 97.32% <100.00%> (ø)
OutsideTasks 98.33% <ø> (ø)
Files Changed Coverage Δ
tasks/brolly_stats_rollup.py 100.00% <ø> (ø)
tasks/__init__.py 100.00% <100.00%> (ø)

This change has been scanned for critical changes. Learn more

@matt-codecov matt-codecov merged commit bb7e0ee into main Aug 15, 2023
12 checks passed
@matt-codecov matt-codecov deleted the matt/fix-brolly-rollup branch August 15, 2023 18:55
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