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: make casing consistent #193

Merged
merged 1 commit into from
Mar 31, 2024
Merged

fix: make casing consistent #193

merged 1 commit into from
Mar 31, 2024

Conversation

ssilve1989
Copy link
Owner

@ssilve1989 ssilve1989 commented Mar 31, 2024

special formatting for display purposes should be left to the google sheet ops not any other place. Every other place such as

  • firestore
  • command queries should be consistently lowercase.

#179 introduced a regression since lookup commands were trying to match on lowercase but data was being stored as capital case

Copy link

codecov bot commented Mar 31, 2024

Codecov Report

Attention: Patch coverage is 0% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 41.91%. Comparing base (c84557a) to head (4dde71f).

Files Patch % Lines
src/sheets/sheets.service.ts 0.00% 6 Missing ⚠️
src/common/decorators/to-casing.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #193      +/-   ##
==========================================
- Coverage   42.31%   41.91%   -0.41%     
==========================================
  Files          67       67              
  Lines         813      816       +3     
  Branches      143      144       +1     
==========================================
- Hits          344      342       -2     
- Misses        469      474       +5     

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

@ssilve1989 ssilve1989 merged commit ec3fcce into master Mar 31, 2024
8 checks passed
@ssilve1989 ssilve1989 deleted the fix/consistent-casing branch March 31, 2024 14:12
ssilve1989 added a commit that referenced this pull request Mar 31, 2024
special formatting for display purposes should be left to the google
sheet ops not any other place. Every other place such as
- firestore
- command queries should be consistently lowercase. 

#179 introduced a regression since lookup commands were trying to match
on lowercase but data was being stored as capital case
ssilve1989 added a commit that referenced this pull request Mar 31, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.2.8](v1.2.7...v1.2.8)
(2024-03-31)


### Bug Fixes

* make casing consistent
([#193](#193))
([1a5478f](1a5478f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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.

1 participant