From b90354de316aeddcc65dd8e5cb76c1856a125520 Mon Sep 17 00:00:00 2001 From: pq Date: Thu, 1 Nov 2018 15:48:04 -0700 Subject: [PATCH] 0.6.0+4 --- CHANGELOG.md | 3 ++- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d45539c..9b7eb44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -### unreleased +### 0.6.0+4 +* Fixed parser to ignore lines that are not `DA` line coverage entries. * Support for `--preview-dart-2` removed and SDK lower bound bumped to `2.0.0-dev.64.1`. ### 0.6.0+3 diff --git a/pubspec.yaml b/pubspec.yaml index f39e2fe..3fa0700 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_coveralls -version: 0.6.0+3 +version: 0.6.0+4 author: Axel Christ description: |- Pub package to calculate coverage, format it