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 test cases for NULLable fields #42

Merged
merged 1 commit into from
May 3, 2021
Merged

Conversation

georgysavva
Copy link
Owner

This PR adds test cases for fields that are specified by a pointer to handle NULL values that might come from the database.
Originally those test cases were needed to prove that #38 breaks that logic.

@codecov
Copy link

codecov bot commented May 3, 2021

Codecov Report

Merging #42 (3c4b03e) into master (2eb5f0f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #42   +/-   ##
=======================================
  Coverage   95.14%   95.14%           
=======================================
  Files           4        4           
  Lines         247      247           
=======================================
  Hits          235      235           
  Misses          6        6           
  Partials        6        6           

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