Skip to content

Commit

Permalink
Add coveralls for frontend code coverage (#176)
Browse files Browse the repository at this point in the history
* coveralls

* add coverage in travis

* rename npm scripts

* test failure

* fix test

* only run test:coveralls, add coveralls badge
  • Loading branch information
yebrahim authored and k8s-ci-robot committed Nov 9, 2018
1 parent 8c2110d commit 006433e
Show file tree
Hide file tree
Showing 4 changed files with 3,226 additions and 3,183 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ script:
# Frontend tests
- cd $TRAVIS_BUILD_DIR/frontend
- npm i
- CI=true npm test
- npm run test:coveralls

# DSL tests
- wget http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.3.1/swagger-codegen-cli-2.3.1.jar -O /tmp/swagger-codegen-cli.jar
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.com/kubeflow/pipelines.svg?token=JjfzFsYGxZwkHvXFCpwt&branch=master)](https://travis-ci.com/kubeflow/pipelines)
[![Coverage Status](https://coveralls.io/repos/github/kubeflow/pipelines/badge.svg)](https://coveralls.io/github/kubeflow/pipelines?branch=yebrahim%2Fcoveralls)

## Overview of the Kubeflow pipelines service

Expand Down
Loading

0 comments on commit 006433e

Please sign in to comment.