Skip to content

Commit

Permalink
Add code style badge (#71)
Browse files Browse the repository at this point in the history
* Add code style badge

* Move static badge to own line
  • Loading branch information
nickrobinson251 authored Feb 24, 2020
1 parent b989b78 commit e15193a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Mocking
[![Build Status](https://travis-ci.org/invenia/Mocking.jl.svg?branch=master)](https://travis-ci.org/invenia/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.

Contents
Expand Down Expand Up @@ -105,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).
Mocking.jl is provided under the [MIT "Expat" License](LICENSE.md).

0 comments on commit e15193a

Please sign in to comment.