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

Trim payee name when parsing #32

Merged
merged 2 commits into from
Dec 22, 2021
Merged

Trim payee name when parsing #32

merged 2 commits into from
Dec 22, 2021

Conversation

nielsmaerten
Copy link
Owner

Fixes #31

@codecov
Copy link

codecov bot commented Dec 22, 2021

Codecov Report

Merging #32 (99a43d5) into main (4dd8269) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #32   +/-   ##
=======================================
  Coverage   94.39%   94.40%           
=======================================
  Files          10       10           
  Lines         857      858    +1     
  Branches       63       64    +1     
=======================================
+ Hits          809      810    +1     
  Misses         46       46           
  Partials        2        2           
Impacted Files Coverage Δ
src/lib/parser.ts 95.76% <100.00%> (+0.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4dd8269...99a43d5. Read the comment docs.

@nielsmaerten nielsmaerten merged commit d9239f5 into main Dec 22, 2021
@nielsmaerten nielsmaerten deleted the fix/payee_parsing branch December 22, 2021 20:51
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.

Don't add payee to transaction if it's not defined
1 participant