Skip to content

Commit

Permalink
Prep to publish (#337)
Browse files Browse the repository at this point in the history
* Prep to publish

* changelog
  • Loading branch information
grouma committed Mar 19, 2021
1 parent d0946c2 commit 8935557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

* Fix an issue where the `--packages` argument wasn't passed to `format_coverage`.


## 1.0.1 - 2021-02-25

* Allow the chrome `sourceUriProvider` to return `null`.

## 1.0.0 - 2021-02-25

* Migrate to null safety.
* Removed support for SDK `1.x.x`.

## 0.15.2 - 2021-02-08

Expand Down
6 changes: 1 addition & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Coverage data manipulation and formatting
homepage: https://github.com/dart-lang/coverage

environment:
sdk: '>=2.12.0-0 <3.0.0'
sdk: '>=2.12.0 <3.0.0'

dependencies:
args: ^2.0.0
Expand All @@ -21,7 +21,3 @@ dev_dependencies:
executables:
collect_coverage:
format_coverage:

dependency_overrides:
test: ^1.16.0
test_core: ^0.3.14

0 comments on commit 8935557

Please sign in to comment.