File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ install:
1919 - pip install .
2020 - pip install pytest
2121 - pip install codecov
22- before_script :
23- - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
24- - chmod +x ./cc-test-reporter
25- - ./cc-test-reporter before-build
22+ # before_script:
23+ # - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
24+ # - chmod +x ./cc-test-reporter
25+ # - ./cc-test-reporter before-build
2626script :
2727 # - pytest tests
28- - coverage run --source=sqlalchemyseed/ --omit=**/_future/* - m pytest tests
29- after_script :
30- - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
28+ - coverage run --source=sqlalchemyseed/ -m pytest tests
29+ # after_script:
30+ # - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
3131after_success :
3232# - bash <(curl -s https://codecov.io/bash)
3333 - codecov
Original file line number Diff line number Diff line change 55[ ![ PyPI - License] ( https://img.shields.io/pypi/l/sqlalchemyseed )] ( https://github.com/jedymatt/sqlalchemyseed/blob/main/LICENSE )
66[ ![ Build Status] ( https://app.travis-ci.com/jedymatt/sqlalchemyseed.svg?branch=main )] ( https://app.travis-ci.com/jedymatt/sqlalchemyseed )
77[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/a380a2c1a63bc91742d9/maintainability )] ( https://codeclimate.com/github/jedymatt/sqlalchemyseed/maintainability )
8- [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/a380a2c1a63bc91742d9/test_coverage )] ( https://codeclimate.com/github/jedymatt/sqlalchemyseed/test_coverage )
98[ ![ codecov] ( https://codecov.io/gh/jedymatt/sqlalchemyseed/branch/main/graph/badge.svg?token=W03MFZ2FAG )] ( https://codecov.io/gh/jedymatt/sqlalchemyseed )
109
1110Sqlalchemy seeder that supports nested relationships.
You can’t perform that action at this time.
0 commit comments