Skip to content

Commit

Permalink
Remove test_coverage dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tonio-ramirez committed Jul 23, 2021
1 parent ecee4a3 commit 0a57507
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -15,7 +15,9 @@ jobs:
- name: Install dependencies
run: pub get
- name: Run test coverage
run: pub run test_coverage
run: |
dart test --coverage=coverage
pub run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.packages --report-on=lib
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down
3 changes: 1 addition & 2 deletions README.md
@@ -1,6 +1,5 @@
![](https://github.com/tonio-ramirez/optional.dart/workflows/tests/badge.svg?branch=master)

[comment]: <> ([![Coverage Status]&#40;https://coveralls.io/repos/github/tonio-ramirez/optional.dart/badge.svg?branch=master&#41;]&#40;https://coveralls.io/github/tonio-ramirez/optional.dart?branch=master&#41;)
[![Coverage Status](https://coveralls.io/repos/github/tonio-ramirez/optional.dart/badge.svg?branch=master)](https://coveralls.io/github/tonio-ramirez/optional.dart?branch=master)

Optional.dart
=============
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -12,4 +12,4 @@ dev_dependencies:
test: ^1.16.5
pedantic: ^1.11.0
build_runner: '>=1.10.0 <2.0.0'
# test_coverage: '^0.5.0'
coverage: ^1.0.3

0 comments on commit 0a57507

Please sign in to comment.