Skip to content
Snippets Groups Projects
Commit 8271c60f authored by Ryan Sanford's avatar Ryan Sanford Committed by GitHub
Browse files

Merge pull request #911 from scitran/codecov

Replace coveralls with codecov
parents d503c602 9f6b7b9c
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,7 @@ script:
- SCITRAN_PERSISTENT_DB_PORT=27017 test/bin/run-tests-ubuntu.sh
after_success:
- coveralls
- if [ "$TRAVIS_BRANCH" == "master" ]; then
- if [ "$TRAVIS_BRANCH" == "master" -o "$TRAVIS_EVENT_TYPE" == "pull_request" ]; then
bash <(curl -s https://codecov.io/bash) -cF python;
fi
- if [ "$TRAVIS_TAG" ]; then
......
[![Build Status](https://travis-ci.org/scitran/core.svg?branch=master)](https://travis-ci.org/scitran/core)
[![Coverage Status](https://coveralls.io/repos/github/scitran/core/badge.svg?branch=master)](https://coveralls.io/github/scitran/core?branch=master)
[![Coverage Status](https://codecov.io/gh/scitran/core/branch/master/graph/badge.svg)](https://codecov.io/gh/scitran/core/branch/master/graph/badge.svg)
[![Code Climate](https://codeclimate.com/github/scitran/core/badges/gpa.svg)](https://codeclimate.com/github/scitran/core)
# SciTran – Scientific Transparency
......
coverage:
precision: 2
round: down
range: "70...100" # range for red-green gradient in visualizations
status:
project: no
patch:
default:
enabled: yes
# basic
target: 100% # we always want 100% coverage for new code
threshold: null
base: pr
changes:
default:
enabled: yes
# basic
base: pr
comment:
layout: "diff"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: no # [yes :: must have a base report to post]
require_head: yes # [yes :: must have a head report to post]
branches: null
attrdict==2.0.0
coverage==4.0.3
coveralls==1.1
mock==2.0.0
mongomock==3.8.0
newrelic==2.60.0.46
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment