Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get to a publish state #22

Merged
merged 3 commits into from
Nov 16, 2020
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
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: dart
dart:
- stable
- beta
- "2.10.3"
- "2.9.3"
- "2.8.4"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 1.0.0

- [#21](https://github.com/codecov/dart/pull/22) Rename from dart_codecov_generator to codecov
- [#17](https://github.com/codecov/dart/pull/17) Bring project back to a passing state
8 changes: 3 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: codecov
version: 1.0.0
description: Generates lcov and/or HTML coverage reports for Dart projects. (UNIX only)
authors:
- John Ryan <[email protected]>
- Evan Weible <[email protected]>
- Thomas Hu <[email protected]>
homepage: https://github.com/codecov/dart
dependencies:
args: "^1.5.0"
logging: ">=0.9.0 <0.12.0"
path: ">=1.6.3"
path: "^1.6.3"
environment:
sdk: ">=2.0.0 <2.11.0"
dev_dependencies:
coverage: "0.13.11"
test: "1.12.0"
Expand Down