andrewdodd / django-nsync

A simple way to keep your Django Model data 'n-sync with N external systems.
MIT License
14 stars 3 forks source link

Django 2 support #12

Closed rolimb closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #12 into master will decrease coverage by 9.07%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage   97.95%   88.88%   -9.08%     
==========================================
  Files          20       22       +2     
  Lines        1665     1943     +278     
==========================================
+ Hits         1631     1727      +96     
- Misses         34      216     +182
Impacted Files Coverage Δ
setup.py 95.83% <ø> (ø) :arrow_up:
src/nsync/migrations/0001_initial.py 100% <ø> (ø) :arrow_up:
tests/models.py 94.73% <100%> (ø) :arrow_up:
src/nsync/models.py 100% <100%> (ø) :arrow_up:
src/nsync/management/__init__.py 33.69% <0%> (ø)
src/nsync/migrations/__init__.py 100% <0%> (ø)
src/nsync/actions.py 93.62% <0%> (+0.28%) :arrow_up:

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 e8bc0c3...4557729. Read the comment docs.

rolimb commented 6 years ago

Is the release coming out soon too?

andrewdodd commented 6 years ago

Hey mate, good to hear from you. Yes, I'm just figuring out how to do it again now!