File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -8,25 +8,16 @@ python:
88# - linux
99# - osx
1010# - windows
11- env :
12- global :
13- - CC_TEST_REPORTER_ID=18c8bf4f6d61e3e952e48feb48cb3b9ba4d144e9ea91e44d099912525fb8f385
1411before_install :
1512 - pip3 install --upgrade pip
1613install :
1714 - pip install -r requirements.txt
1815 - pip install . --use-feature=in-tree-build
1916 - pip install pytest
2017 - pip install codecov
21- before_script :
22- - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
23- - chmod +x ./cc-test-reporter
24- - ./cc-test-reporter before-build
2518script :
2619 # - pytest tests
2720 - coverage run -m pytest tests
28- after_script :
29- - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
3021after_success :
3122# - bash <(curl -s https://codecov.io/bash)
3223 - codecov
Original file line number Diff line number Diff line change 44[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/sqlalchemyseed )] ( https://pypi.org/project/sqlalchemyseed )
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 )
7- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/27f037f930412cef104d /maintainability )] ( https://codeclimate.com/github/jedymatt/sqlalchemyseed/maintainability )
8- [ ![ Test Coverage ] ( https://api.codeclimate.com/v1/badges/27f037f930412cef104d/test_coverage )] ( https://codeclimate.com/github /jedymatt/sqlalchemyseed/test_coverage )
7+ [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/2ca97c98929b614658ea /maintainability )] ( https://codeclimate.com/github/jedymatt/sqlalchemyseed/maintainability )
8+ [ ![ codecov ] ( https://codecov.io/gh/jedymatt/sqlalchemyseed/branch/main/graph/badge.svg?token=W03MFZ2FAG )] ( https://codecov.io/gh /jedymatt/sqlalchemyseed )
99
1010Sqlalchemy seeder that supports nested relationships.
1111
You can’t perform that action at this time.
0 commit comments