David PHAM-VAN

Add codecov.io badge

@@ -16,3 +16,7 @@ script: @@ -16,3 +16,7 @@ script:
16 - make analyze-ci-printing 16 - make analyze-ci-printing
17 - make test 17 - make test
18 - make test-readme 18 - make test-readme
  19 + - bash <(curl -s https://codecov.io/bash)
  20 +cache:
  21 + directories:
  22 + - $HOME/.pub-cache
1 # Pdf for Dart and Flutter 1 # Pdf for Dart and Flutter
2 2
3 [![Build Status](https://travis-ci.org/DavBfr/dart_pdf.svg?branch=master)](https://travis-ci.org/DavBfr/dart_pdf) 3 [![Build Status](https://travis-ci.org/DavBfr/dart_pdf.svg?branch=master)](https://travis-ci.org/DavBfr/dart_pdf)
  4 +[![pub package](https://img.shields.io/pub/v/pdf.svg)](https://pub.dartlang.org/packages/provider)
  5 +[![pub package](https://img.shields.io/pub/v/printing.svg)](https://pub.dartlang.org/packages/provider)
  6 +[![codecov](https://codecov.io/gh/DavBfr/dart_pdf/branch/master/graph/badge.svg)](https://codecov.io/gh/DavBfr/dart_pdf)
  7 +
4 8
5 This set of plugins allows Flutter apps to generate and print pdf files to the device printer. This plugin works for iOS and Android. 9 This set of plugins allows Flutter apps to generate and print pdf files to the device printer. This plugin works for iOS and Android.
6 10