profusion / sgqlc

Simple GraphQL Client
https://sgqlc.readthedocs.io/
ISC License
506 stars 85 forks source link

`.git/hooks/pre-push` fails coverage #89

Open jean opened 4 years ago

jean commented 4 years ago
sgqlc/operation/__init__.py         292      2    99%   1257, 1402
...
TOTAL                              1400      2    99%
nose.plugins.cover: ERROR: TOTAL Coverage did not reach minimum required: 100%
COVERAGE FAILED: Fix coverage errors and try again  
barbieri commented 4 years ago

did you do any changes to the codebase?

I just ran it and it passes with 100% coverage...

nosetests version 1.3.7

which version are you using? maybe some upgrade caused that? Pipfile.lock says ==1.3.7... so everyone should use that version if using pipenv install -d

barbieri commented 3 years ago

could we close this?