Skip to content

Commit

Permalink
Merge pull request #60 from hellofresh/hotfix/SEC-1570-remove-codecov
Browse files Browse the repository at this point in the history
SEC-1570 - Remove usage of codecov
  • Loading branch information
Renato Quinhoneiro Todorov committed Apr 27, 2021
2 parents 60dae32 + fe27dad commit 6c07f57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,3 @@ script:
- go test -tags=integration -race ./...
- go run -race example/aggregate/*.go
- go run -race example/repository/*.go

after_success:
- bash <(curl -s https://codecov.io/bash)
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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]
# GoEngine [![GitHub][license-img]][license] [![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] [![Go Report Card][go-report-img]][go-report]

GoEngine is an Event Sourcing library written for GoLang.

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

0 comments on commit 6c07f57

Please sign in to comment.