File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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
33GoEngine 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
You can’t perform that action at this time.
0 commit comments