Skip to content

Commit e340770

Browse files
committed
Update .travis.yml, removed badge in README
1 parent a1c9f0a commit e340770

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
2626
script:
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
3131
after_success:
3232
# - bash <(curl -s https://codecov.io/bash)
3333
- codecov

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
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

1110
Sqlalchemy seeder that supports nested relationships.

0 commit comments

Comments
 (0)