From 52cae5d0154477fd5b6569a0b11efbfff4b70e76 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 11 Feb 2019 11:46:12 +0100 Subject: [PATCH] Test adding codecov analysis --- .travis.yml | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d97c609759..700632d534 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,4 @@ script: - coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test evennia after_success: - coveralls + - codecov diff --git a/requirements.txt b/requirements.txt index cf51c7c98d..0e17883ce5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,4 @@ inflect # testing mock >= 1.0.1 anything +codecov