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:
4
.codeclimate.yml
Normal file
4
.codeclimate.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
version: '2'
|
||||
plugins:
|
||||
pep8:
|
||||
enabled: true
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,4 +1,6 @@
|
||||
*.pyc
|
||||
*.swp
|
||||
.cache/
|
||||
.coverage
|
||||
.coverage
|
||||
htmlcov/
|
||||
coverage.xml
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user