diff --git a/.travis.yml b/.travis.yml index bd0daf0..871431e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: dart dart: - stable - - beta - "2.10.3" - "2.9.3" - "2.8.4" diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2a73886 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index edb3cbc..1e2c20f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 - - Evan Weible - - Thomas Hu 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"