Skip to content

Commit 6c07f57

Browse files
author
Renato Quinhoneiro Todorov
authored
Merge pull request #60 from hellofresh/hotfix/SEC-1570-remove-codecov
SEC-1570 - Remove usage of codecov
2 parents 60dae32 + fe27dad commit 6c07f57

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,3 @@ script:
4040
- go test -tags=integration -race ./...
4141
- go run -race example/aggregate/*.go
4242
- go run -race example/repository/*.go
43-
44-
after_success:
45-
- bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GoEngine [![GitHub][license-img]][license] [![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] [![Code Coverage][cov-img]][cov] [![Go Report Card][go-report-img]][go-report]
1+
# GoEngine [![GitHub][license-img]][license] [![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] [![Go Report Card][go-report-img]][go-report]
22

33
GoEngine is an Event Sourcing library written for GoLang.
44

@@ -45,7 +45,6 @@ Details are in the [contribution guide](CONTRIBUTING.md) and the [code of conduc
4545
[ci-img]: https://travis-ci.org/hellofresh/goengine.svg?branch=master
4646
[ci]: https://travis-ci.org/hellofresh/goengine
4747
[cov-img]: https://img.shields.io/codecov/c/github/hellofresh/goengine.svg
48-
[cov]: https://codecov.io/gh/hellofresh/goengine
4948
[license-img]: https://img.shields.io/github/license/hellofresh/goengine.svg?style=flat
5049
[license]: LICENSE
5150
[go-report-img]:https://goreportcard.com/badge/github.com/hellofresh/goengine

0 commit comments

Comments
 (0)