Skip to content

Commit 1162d0c

Browse files
committed
Add coverage badge to README
1 parent 20e1f33 commit 1162d0c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Enforce Pedantic package lint rules
66
* Enforce `public_member_api_docs` lint rule and add docs to missing parts
77
* Update `travis.yml` with support for dartfmt, analysis, and code coverage
8+
* Add coverage badge to root README
89
* Pub.dev updates
910
* Longer description
1011
* https for package url

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# redux.dart
22

33
[![Build Status](https://api.travis-ci.org/johnpryan/redux.dart.svg?branch=master)](https://travis-ci.org/johnpryan/redux.dart)
4+
[![codecov](https://codecov.io/gh/johnpryan/redux.dart/branch/master/graph/badge.svg)](https://codecov.io/gh/johnpryan/redux.dart)
45

56
[Redux](http://redux.js.org/) for Dart using generics for typed State. It includes a rich ecosystem of [Docs](#docs), [Middleware](#middleware), [Dev Tools](#dev-tools) and can be combined with Flutter using the [flutter_redux](https://pub.dartlang.org/packages/flutter_redux) package.
67

0 commit comments

Comments
 (0)