1
0
mirror of https://github.com/pyro2927/SouthwestCheckin.git synced 2025-12-06 01:13:19 +00:00

Correcting code coverage upload

This commit is contained in:
pyro2927
2019-02-16 20:55:56 -08:00
parent f76ff4c553
commit 47370c39ce
3 changed files with 8 additions and 1 deletions

4
.codeclimate.yml Normal file
View File

@@ -0,0 +1,4 @@
version: '2'
plugins:
pep8:
enabled: true

4
.gitignore vendored
View File

@@ -1,4 +1,6 @@
*.pyc
*.swp
.cache/
.coverage
.coverage
htmlcov/
coverage.xml

View File

@@ -14,4 +14,5 @@ script:
- pytest --cov=southwest --cov=checkin --cov=openflights
- pycodestyle *.py --show-source --ignore=E501
after_script:
- coverage xml
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT