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

feat(ci): add tests for MongoDB #566

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft

feat(ci): add tests for MongoDB #566

wants to merge 15 commits into from

Conversation

RobertCraigie
Copy link
Owner

Change Summary

Please summarise the changes this pull request is making here.

Checklist

  • Unit tests for the changes exist
  • Tests pass without significant drop in coverage
  • Documentation reflects changes where applicable
  • Test snapshots have been updated if applicable

Agreement

By submitting this pull request, I confirm that you can use, modify, copy and redistribute this contribution, under the terms of your choice.

@codecov
Copy link

codecov bot commented Nov 8, 2022

Codecov Report

Patch coverage: 93.78% and project coverage change: +2.62 🎉

Comparison is base (edc9b66) 86.52% compared to head (82e72b5) 89.14%.

❗ Current head 82e72b5 differs from pull request most recent head 35df155. Consider uploading reports for the commit 35df155 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #566      +/-   ##
==========================================
+ Coverage   86.52%   89.14%   +2.62%     
==========================================
  Files         128      137       +9     
  Lines        6240     6229      -11     
  Branches     1027     1101      +74     
==========================================
+ Hits         5399     5553     +154     
+ Misses        796      632     -164     
+ Partials       45       44       -1     
Impacted Files Coverage Δ
databases/_types.py 0.00% <0.00%> (ø)
databases/constants.py 0.00% <0.00%> (ø)
databases/main.py 0.00% <0.00%> (ø)
databases/tests/arrays/test_bigint.py 100.00% <ø> (ø)
databases/tests/arrays/test_bool.py 100.00% <ø> (ø)
databases/tests/arrays/test_bytes.py 100.00% <ø> (ø)
databases/tests/arrays/test_datetime.py 100.00% <ø> (ø)
databases/tests/arrays/test_decimal.py 100.00% <ø> (ø)
databases/tests/arrays/test_enum.py 100.00% <ø> (ø)
databases/tests/arrays/test_float.py 100.00% <ø> (ø)
... and 23 more

... and 14 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

None yet

1 participant