We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b7c52 commit a8146f9Copy full SHA for a8146f9
.codeclimate.yml
.travis.yml
@@ -25,9 +25,8 @@ before_script:
25
- ./cc-test-reporter before-build
26
script:
27
# - pytest tests
28
- - coverage run --source=sqlalchemyseed -m pytest tests
+ - coverage run --source=sqlalchemyseed/ --omit=**/_future/* -m pytest tests
29
after_script:
30
-# - coverage xml
31
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
32
after_success:
33
# - bash <(curl -s https://codecov.io/bash)
0 commit comments