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

Version 0.12.3 #237

Merged
merged 1 commit into from
Oct 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.12.3 - 2018-10-19

* Fixed dart-lang/coverage#194. During collection, we now track each script by
its (unique) VMScriptRef. This ensures we look up the correct script when
computing the affected line for each hit token. The hitmap remains URI
based, since in the end, we want a single, unified set of line to hitCount
mappings per script.

## 0.12.2 - 2018-07-25

* Dart SDK upper bound raised to <3.0.0.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: coverage
version: 0.12.2
version: 0.12.3
author: Dart Team <[email protected]>
description: Coverage data manipulation and formatting
homepage: https://github.com/dart-lang/coverage
Expand Down