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 bug that ignored lazy=True on ORM LinkField #284

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

mesozoic
Copy link
Collaborator

This was a regression from some refactoring I did on LinkField a while back. I only just noticed it now.

GitHub Actions isn't configured to run integration tests, so I must've simply been neglecting to run them myself. As part of this branch I'm making it just a bit easier to run integration tests (and therefore harder for me to forget) in my local env.

@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Merging #284 (eee0140) into main (04a93c8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #284   +/-   ##
=======================================
  Coverage   95.46%   95.46%           
=======================================
  Files          15       15           
  Lines         838      838           
=======================================
  Hits          800      800           
  Misses         38       38           
Files Changed Coverage Δ
pyairtable/orm/fields.py 96.28% <ø> (ø)

@mesozoic mesozoic merged commit 6df1419 into gtalarico:main Jul 28, 2023
7 checks passed
@mesozoic mesozoic deleted the fix_itest branch July 28, 2023 06:31
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