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 3f35dd1 commit 59941e8Copy full SHA for 59941e8
.travis.yml
@@ -14,13 +14,13 @@ before_install:
14
install:
15
- pip install -r requirements.txt
16
- pip install .
17
- - pip install pytest
+ - pip install pytest-cov
18
- pip install codecov
19
before_script:
20
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
21
- chmod +x ./cc-test-reporter
22
script:
23
- - pytest
+ - pytest --cov=sqlalchemyseed/
24
- coverage run --source=sqlalchemyseed -m pytest tests
25
after_success:
26
# - bash <(curl -s https://codecov.io/bash)
0 commit comments