Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
0344eff2
Commit
0344eff2
authored
Sep 28, 2016
by
Stu Young
Committed by
GitHub
Sep 28, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13575 from edx/estute/remove-commit-from-codecov-command
removed git commit from codecov call
parents
e42c1f85
67dd0805
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
codecov.yml
+8
-0
scripts/jenkins-report.sh
+2
-4
No files found.
codecov.yml
0 → 100644
View file @
0344eff2
comment
:
off
coverage
:
status
:
patch
:
false
project
:
default
:
target
:
85%
threshold
:
10%
scripts/jenkins-report.sh
View file @
0344eff2
...
@@ -23,12 +23,10 @@ source scripts/jenkins-common.sh
...
@@ -23,12 +23,10 @@ source scripts/jenkins-common.sh
# Get the diff coverage and html reports for unit tests
# Get the diff coverage and html reports for unit tests
paver coverage
paver coverage
# Send the coverage data to codecov. Setting the 'COMMMIT' allows the data
# Send the coverage data to codecov. The 'CODE_COV_TOKEN' should be
# to be sorted by a branch in the codecov UI. The branch is passed as a
# param to the coverage job on Jenkins. The 'CODE_COV_TOKEN' should be
# available as an environment variable.
# available as an environment variable.
pip install
codecov
==
2.0.5
pip install
codecov
==
2.0.5
codecov
--token
=
$CODE_COV_TOKEN
--commit
=
$COMMIT
codecov
--token
=
$CODE_COV_TOKEN
# THIS BLOCK WILL BE REMOVED
# THIS BLOCK WILL BE REMOVED
# Send the coverage data to coveralls. Setting 'TRAVIS_BRANCH' allows the
# Send the coverage data to coveralls. Setting 'TRAVIS_BRANCH' allows the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment