Newly tracked file
pgsync/sync.py
changed.
Other files ignored by Codecov
scripts/cleanup.sh
has changed.
README.md
has changed.
663 | 663 | sa.cast( |
|
664 | 664 | node.model.c.xmin, |
|
665 | 665 | sa.Text, |
|
666 | - | ), sa.BigInteger |
|
666 | + | ), sa.BigInteger, |
|
667 | 667 | ) >= txmin |
|
668 | 668 | ) |
|
669 | 669 | if txmax: |
672 | 672 | sa.cast( |
|
673 | 673 | node.model.c.xmin, |
|
674 | 674 | sa.Text, |
|
675 | - | ), sa.BigInteger |
|
675 | + | ), sa.BigInteger, |
|
676 | 676 | ) < txmax |
|
677 | 677 | ) |
|
678 | 678 |
Files | Coverage |
---|---|
pgsync | 70.42% |
tests/__init__.py | 100.00% |
Project Totals (10 files) | 70.50% |