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

Add customer intent to user table #396

Merged

Conversation

rohitvinnakota-codecov
Copy link
Contributor

@rohitvinnakota-codecov rohitvinnakota-codecov commented Feb 14, 2024

Purpose/Motivation

Adds a customer_intent column to the user table that stores how a new customer wants to use codecov.

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.

@rohitvinnakota-codecov rohitvinnakota-codecov marked this pull request as ready for review February 14, 2024 15:09
Copy link

codecov bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (97dba25) 95.76% compared to head (bd98657) 95.76%.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #396   +/-   ##
=====================================
  Coverage   95.76   95.76           
=====================================
  Files        751     752    +1     
  Lines      17088   17096    +8     
=====================================
+ Hits       16363   16371    +8     
  Misses       725     725           
Flag Coverage Δ
unit 96.07% <100.00%> (?)
unit-latest-uploader 96.07% <100.00%> (?)

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

codecov-qa bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@97dba25). Click here to learn what that means.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #396   +/-   ##
=======================================
  Coverage        ?   96.07%           
=======================================
  Files           ?      636           
  Lines           ?    16576           
  Branches        ?        0           
=======================================
  Hits            ?    15926           
  Misses          ?      650           
  Partials        ?        0           
Flag Coverage Δ
unit 96.07% <100.00%> (?)
unit-latest-uploader 96.07% <100.00%> (?)

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 Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@97dba25). Click here to learn what that means.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #396   +/-   ##
=======================================
  Coverage        ?   96.07%           
=======================================
  Files           ?      636           
  Lines           ?    16576           
  Branches        ?        0           
=======================================
  Hits            ?    15926           
  Misses          ?      650           
  Partials        ?        0           
Flag Coverage Δ
unit 96.07% <100.00%> (?)
unit-latest-uploader 96.07% <100.00%> (?)

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

Files Coverage Δ
...decov_auth/migrations/0051_user_customer_intent.py 100.00% <100.00%> (ø)
codecov_auth/models.py 98.94% <100.00%> (ø)

Impacted file tree graph

@rohitvinnakota-codecov rohitvinnakota-codecov merged commit 1196e21 into main Feb 14, 2024
17 of 18 checks passed
@rohitvinnakota-codecov rohitvinnakota-codecov deleted the rvinnakota/add-customer-intent-user-table branch February 14, 2024 15:26
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