From bd5fb644beddf26b9cab44f1e149e46c95ac5487 Mon Sep 17 00:00:00 2001 From: Nick Robinson Date: Thu, 3 Oct 2019 13:26:37 +0100 Subject: [PATCH 1/2] Add code style badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5410642..3747040 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Mocking [![Build Status](https://travis-ci.org/invenia/Mocking.jl.svg?branch=master)](https://travis-ci.org/invenia/Mocking.jl) [![Build Status](https://ci.appveyor.com/api/projects/status/la041r86v6p5k24x?svg=true)](https://ci.appveyor.com/project/omus/mocking-jl) [![codecov.io](http://codecov.io/github/invenia/Mocking.jl/coverage.svg?branch=master)](http://codecov.io/github/invenia/Mocking.jl?branch=master) +[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) Allows Julia function calls to be temporarily overloaded for purpose of testing. @@ -106,4 +107,4 @@ re-defined, causing all methods dependent on `@mock` to be recompiled. License ------- -Mocking.jl is provided under the [MIT "Expat" License](LICENSE.md). \ No newline at end of file +Mocking.jl is provided under the [MIT "Expat" License](LICENSE.md). From 784e92905afe7cdd49bd492133aebf7f247e331c Mon Sep 17 00:00:00 2001 From: Nick Robinson Date: Fri, 4 Oct 2019 13:42:33 +0100 Subject: [PATCH 2/2] Move static badge to own line --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3747040..4600cb9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Mocking [![Build Status](https://travis-ci.org/invenia/Mocking.jl.svg?branch=master)](https://travis-ci.org/invenia/Mocking.jl) [![Build Status](https://ci.appveyor.com/api/projects/status/la041r86v6p5k24x?svg=true)](https://ci.appveyor.com/project/omus/mocking-jl) [![codecov.io](http://codecov.io/github/invenia/Mocking.jl/coverage.svg?branch=master)](http://codecov.io/github/invenia/Mocking.jl?branch=master) + [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) Allows Julia function calls to be temporarily overloaded for purpose of testing.