diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 00000000..058f267f --- /dev/null +++ b/.coveragerc @@ -0,0 +1,8 @@ +[run] +omit = + pysradb/filter_attrs.py + pysradb/geodb.py + pysradb/sradb.py + pysradb/taxid2name.py + pysradb/utils.py + diff --git a/.travis.yml b/.travis.yml index 66af21e7..9e9d5ccf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,8 @@ script: - pysradb - flake8 - black --check . -- pytest -s -v tests -- make test + #- pytest -s -v tests + #- make test - make coverage - codecov - travis-sphinx build --source=$TRAVIS_BUILD_DIR/docs