travis and codecove config adjusted to new repo location

This commit is contained in:
Michał Michaluk
2018-03-24 17:50:47 +01:00
parent 636215502c
commit d3909d6715
2 changed files with 5 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
# The missing, complete example of Domain-Driven Design enterprise application
[![Licence MIT](http://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.org/michal-michaluk/factory.svg?branch=master)](https://travis-ci.org/michal-michaluk/factory)
[![Code Coverage](https://codecov.io/gh/michal-michaluk/factory/branch/master/graph/badge.svg)](https://codecov.io/gh/michal-michaluk/factory)
[![Build Status](https://travis-ci.org/ddd-by-examples/factory.svg?branch=master)](https://travis-ci.org/ddd-by-examples/factory)
[![Code Coverage](https://codecov.io/gh/ddd-by-examples/factory/branch/master/graph/badge.svg)](https://codecov.io/gh/ddd-by-examples/factory)
## Command Query CRUD Responsibility Segregation
Not every piece of software is equally important...

View File

@@ -1 +1,3 @@
lombok.addLombokGeneratedAnnotation = true
config.stopBubbling=true
lombok.addLombokGeneratedAnnotation=true
lombok.anyConstructor.addConstructorProperties=true