Skip to content

Commit

Permalink
- codecov reports
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Oct 3, 2018
1 parent 7c29022 commit f3d59df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,6 @@ celerybeat-schedule.*
geonode\.tests\.bdd\.e2e\.test_login/

*.log

/celerybeat.pid
/celerybeat-schedule
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ env:
ON_TRAVIS: 'True'
TEST_RUN_CORE: 'True'
MONITORING_ENABLED: 'False'
CODECOV_TOKEN: 2c0e7780-1640-45f0-93a3-e103b057d8c8
- BACKEND: 'geonode.geoserver'
ON_TRAVIS: 'True'
TEST_RUN_INTERNAL_APPS: 'True'
MONITORING_ENABLED: 'False'
CODECOV_TOKEN: 2c0e7780-1640-45f0-93a3-e103b057d8c8
- BACKEND: 'geonode.geoserver'
DOCKER_COMPOSE_VERSION: 1.19.0
# This is GeoServer server address
Expand All @@ -46,6 +48,7 @@ env:
TEST_RUN_INTEGRATION: 'True'
MONITORING_ENABLED: 'False'
CELERY_ALWAYS_EAGER: 'True'
CODECOV_TOKEN: 2c0e7780-1640-45f0-93a3-e103b057d8c8
- BACKEND: 'geonode.qgis_server'
DJANGO_SETTINGS_MODULE: 'geonode.local_settings'
DOCKER_COMPOSE_VERSION: 1.19.0
Expand All @@ -59,6 +62,7 @@ env:
TEST_RUN_CORE: 'True'
MONITORING_ENABLED: 'False'
CELERY_ALWAYS_EAGER: 'True'
CODECOV_TOKEN: 2c0e7780-1640-45f0-93a3-e103b057d8c8
- BACKEND: 'geonode.qgis_server'
DJANGO_SETTINGS_MODULE: 'geonode.local_settings'
DOCKER_COMPOSE_VERSION: 1.19.0
Expand All @@ -72,6 +76,7 @@ env:
TEST_RUN_INTERNAL_APPS: 'True'
MONITORING_ENABLED: 'False'
CELERY_ALWAYS_EAGER: 'True'
CODECOV_TOKEN: 2c0e7780-1640-45f0-93a3-e103b057d8c8
- BACKEND: 'geonode.qgis_server'
DJANGO_SETTINGS_MODULE: 'geonode.local_settings'
DOCKER_COMPOSE_VERSION: 1.19.0
Expand All @@ -85,6 +90,7 @@ env:
TEST_RUN_INTEGRATION: 'True'
MONITORING_ENABLED: 'False'
CELERY_ALWAYS_EAGER: 'True'
CODECOV_TOKEN: 2c0e7780-1640-45f0-93a3-e103b057d8c8

branches:
only:
Expand Down Expand Up @@ -148,6 +154,7 @@ after_script:

after_success:
- codecov
- bash <(curl -s https://codecov.io/bash)

notifications:
irc:
Expand Down

0 comments on commit f3d59df

Please sign in to comment.