Skip to content

Commit

Permalink
Prepare to publish 1.6.0 (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Sep 8, 2022
1 parent 26b1616 commit 40c8c7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,8 @@
## 1.5.1-dev
## 1.6.0

- Update to vm_service 9.4.0.
- Use IsolateRef.isolateGroupId to speed up coverage collection.
- Ignore uncoverable abstract methods.
- Fix bug where 'ingore-line' comments etc are applied even if they're inside
string literals.
- Change the LICENSE file to the standard Dart BSD license.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: coverage
version: 1.5.1-dev
version: 1.6.0
description: Coverage data manipulation and formatting
repository: https://github.com/dart-lang/coverage

Expand Down

1 comment on commit 40c8c7e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 40c8c7e Previous: ccb70de Ratio
Many isolates - basic coverage 61.4 times slower 56.18 times slower 1.09
Many isolates - function coverage 61.35 times slower 56.64 times slower 1.08
Many isolates - branch coverage 74.49 times slower 64.09 times slower 1.16

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.