Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dkin-om committed Jul 18, 2022
1 parent 3d30850 commit 186c6ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
run: dart test --platform=vm --coverage=coverage

- name: Format coverage
run: dart pub global run coverage:format_coverage --packages=.packages --in=coverage/test/ --out=stdout --report-on=lib/ --check-ignore
run: dart pub global run coverage:format_coverage --packages=.dart_tool/package_config.json --in=coverage/test/ --out=stdout --report-on=lib/ --check-ignore

- name: Pub publish (dry-run)
run: dart pub publish --dry-run
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,6 +11,6 @@ before_script:
script:
- dart analyze --fatal-infos --fatal-warnings
- dart test --platform=vm --coverage=coverage
- dart pub global run coverage:format_coverage --packages=.packages --in=coverage/test/ --out=coverage/lcov.info --report-on=lib/ --lcov --check-ignore
- dart pub global run coverage:format_coverage --packages=.dart_tool/package_config.json --in=coverage/test/ --out=coverage/lcov.info --report-on=lib/ --lcov --check-ignore
- cat coverage/lcov.info | coveralls
- dart pub publish --dry-run
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
[![Base conversion](https://raw.githubusercontent.com/dkin-om/b/master/.img/b.png)](https://github.com/dkin-om/b)

[![Version](https://img.shields.io/pub/v/b)](https://pub.dev/packages/b)
[![Build Status](https://travis-ci.com/dkin-om/b.svg?branch=master)](https://travis-ci.com/dkin-om/b)
[![Build Status](https://travis-ci.com/dkin-om/b.svg?branch=master)](https://app.travis-ci.com/github/dkin-om/b)
[![Coverage Status](https://coveralls.io/repos/github/dkin-om/b/badge.svg)](https://coveralls.io/github/dkin-om/b)
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/dkin-om/b/blob/master/LICENSE)

Expand Down

0 comments on commit 186c6ae

Please sign in to comment.