Skip to content

Commit e2f8bac

Browse files
Merge pull request #32 from qa-dev/codecoverage
Codecoverage
2 parents 965dffe + f0a57be commit e2f8bac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ go:
55

66
install: make get-deps prepare
77
script:
8-
- make test
8+
- go test ./... -coverprofile=coverage.txt -covermode=atomic
9+
after_success:
10+
- bash <(curl -s https://codecov.io/bash)
911
services:
1012
- mysql
1113

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ~~jsonwire-grid~~WebDriverGrid [![Build Status](https://travis-ci.org/qa-dev/jsonwire-grid.svg?branch=master)](https://travis-ci.org/qa-dev/jsonwire-grid) [![Go Report Card](https://goreportcard.com/badge/github.com/qa-dev/jsonwire-grid)](https://goreportcard.com/report/github.com/qa-dev/jsonwire-grid)
1+
# ~~jsonwire-grid~~WebDriverGrid [![Build Status](https://travis-ci.org/qa-dev/jsonwire-grid.svg?branch=master)](https://travis-ci.org/qa-dev/jsonwire-grid) [![Go Report Card](https://goreportcard.com/badge/github.com/qa-dev/jsonwire-grid)](https://goreportcard.com/report/github.com/qa-dev/jsonwire-grid) [![codecov](https://codecov.io/gh/qa-dev/jsonwire-grid/branch/master/graph/badge.svg)](https://codecov.io/gh/qa-dev/jsonwire-grid)
22
This is high-performance scalable implementation of Selenium Grid (hub),
33
###### What is Selenium-Grid?
44
>Selenium-Grid allows you run your tests on different machines against different browsers in parallel. That is, running multiple tests at the same time against different machines running different browsers and operating systems. Essentially, Selenium-Grid support distributed test execution. It allows for running your tests in a distributed test execution environment.

0 commit comments

Comments
 (0)