Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit a620ed6

Browse files
authored
Version 0.12.3 (#237)
1 parent 8ca3f6e commit a620ed6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.12.3 - 2018-10-19
2+
3+
* Fixed dart-lang/coverage#194. During collection, we now track each script by
4+
its (unique) VMScriptRef. This ensures we look up the correct script when
5+
computing the affected line for each hit token. The hitmap remains URI
6+
based, since in the end, we want a single, unified set of line to hitCount
7+
mappings per script.
8+
19
## 0.12.2 - 2018-07-25
210

311
* Dart SDK upper bound raised to <3.0.0.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: coverage
2-
version: 0.12.2
2+
version: 0.12.3
33
author: Dart Team <[email protected]>
44
description: Coverage data manipulation and formatting
55
homepage: https://github.com/dart-lang/coverage

0 commit comments

Comments
 (0)