Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #41 from harts-boundless/coveralls_badge
Browse files Browse the repository at this point in the history
Add coveralls badge to reflect test coverage level
  • Loading branch information
sarasafavi authored Oct 28, 2016
2 parents 3c56a81 + 6b98d5d commit d709c0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,21 @@ virtualenv:
before_install:
- chmod +x ./scripts/install.sh
- chmod +x ./scripts/before_script.sh
- chmod +x ./scripts/run_tests.sh

install:
- ./scripts/install.sh
- pip install coveralls

before_script:
- sudo scripts/before_script.sh

script:
- flake8 osgeo_importer
- python manage.py test osgeo_importer
- ./scripts/run_tests.sh

after_success:
- coveralls

notifications:
slack:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/boundlessgeo/django-osgeo-importer.svg?branch=master)](https://travis-ci.org/boundlessgeo/django-osgeo-importer)
[![Coverage Status](https://coveralls.io/repos/github/boundlessgeo/django-osgeo-importer/badge.svg?branch=master)](https://coveralls.io/github/boundlessgeo/django-osgeo-importer?branch=master)

# django-osgeo-importer
osgeo-importer is a Django application that helps you create custom pipelines for uploading geospatial data. It's goal is to provide a highly extensible, easily testable and reusable framework for importing data into geospatial applications.
Expand Down

0 comments on commit d709c0a

Please sign in to comment.