Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chenhao Ma
core
Commits
53bf1b80
Commit
53bf1b80
authored
7 years ago
by
Ryan Sanford
Browse files
Options
Downloads
Patches
Plain Diff
Replace coveralls with codecov
Replacing badge TBD when url is known
parent
4958909f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
codecov.yml
+26
-0
26 additions, 0 deletions
codecov.yml
test/integration_tests/requirements-integration-test.txt
+0
-1
0 additions, 1 deletion
test/integration_tests/requirements-integration-test.txt
with
27 additions
and
2 deletions
.travis.yml
+
1
−
1
View file @
53bf1b80
...
...
@@ -16,7 +16,7 @@ script:
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
...
...
This diff is collapsed.
Click to expand it.
codecov.yml
0 → 100644
+
26
−
0
View file @
53bf1b80
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
This diff is collapsed.
Click to expand it.
test/integration_tests/requirements-integration-test.txt
+
0
−
1
View file @
53bf1b80
attrdict==2.0.0
coverage==4.0.3
coveralls==1.1
mock==2.0.0
mongomock==3.8.0
newrelic==2.60.0.46
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment