Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
amundsen_dev
Project
Project
Details
Activity
Releases
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
Surendar Reddy Mangannagari
amundsen_dev
Commits
70b247d5
Commit
70b247d5
authored
May 07, 2019
by
Tamika Tannis
Committed by
Tao Feng
May 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[WIP] Codecov Exploration (#138)
* Test adding codecov to .travis.yml * Test python * Remove --user flag
parent
4535e974
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
.travis.yml
.travis.yml
+6
-0
No files found.
.travis.yml
View file @
70b247d5
...
...
@@ -7,8 +7,11 @@ matrix:
-
IS_DEPLOYABLE=true
install
:
-
pip3 install -r requirements3.txt
-
pip3 install codecov
script
:
-
make test
after_success
:
-
codecov
-
language
:
node_js
node_js
:
-
'
8'
...
...
@@ -18,10 +21,13 @@ matrix:
-
cd amundsen_application/static
install
:
-
npm install
-
npm install codecov -g
script
:
-
npm run lint
-
npm run build
-
npm run test
after_success
:
-
codecov
deploy
:
provider
:
pypi
user
:
amundsen-dev
...
...
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