Skip to content

Commit ad8dec6

Browse files
committed
Update badge and .travis.yml
1 parent d555896 commit ad8dec6

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,16 @@ python:
88
# - linux
99
# - osx
1010
# - windows
11-
env:
12-
global:
13-
- CC_TEST_REPORTER_ID=18c8bf4f6d61e3e952e48feb48cb3b9ba4d144e9ea91e44d099912525fb8f385
1411
before_install:
1512
- pip3 install --upgrade pip
1613
install:
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
2518
script:
2619
# - pytest tests
2720
- coverage run -m pytest tests
28-
after_script:
29-
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
3021
after_success:
3122
# - bash <(curl -s https://codecov.io/bash)
3223
- codecov

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
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

1010
Sqlalchemy seeder that supports nested relationships.
1111

0 commit comments

Comments
 (0)