-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'dart-package/master'
- Loading branch information
Bhargav
committed
Dec 1, 2023
1 parent
24903c8
commit fe9c6e0
Showing
14 changed files
with
21 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,10 @@ jobs: | |
run: dart test --platform=vm --coverage=coverage | ||
|
||
- name: Format coverage | ||
run: dart pub global run coverage:format_coverage --packages=.dart_tool/package_config.json --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=coverage/lcov.info --report-on=lib/ --lcov --check-ignore | ||
|
||
- name: Coveralls GitHub Action | ||
uses: coverallsapp/[email protected] | ||
|
||
- name: Pub publish (dry-run) | ||
run: dart pub publish --dry-run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## 0.3.7 | ||
## 0.4.0 | ||
|
||
- Added quantities | ||
- `` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
name: converter | ||
version: 0.3.7 | ||
version: 0.4.0 | ||
description: A Dart library for converting between different units of measurement for various quantities | ||
repository: https://github.com/dkin-om/converter-dart.git | ||
issue_tracker: https://github.com/dkin-om/converter-dart/issues | ||
homepage: https://github.com/dkin-om/converter-dart#readme | ||
repository: https://github.com/roddamnkit/converter.git | ||
issue_tracker: https://github.com/roddamnkit/converter/issues | ||
homepage: https://github.com/roddamnkit/converter#readme | ||
environment: | ||
sdk: '>=2.12.0 <3.0.0' | ||
sdk: '>=2.13.0 <4.0.0' | ||
dependencies: | ||
equatable: ^2.0.0 | ||
invertible: ^2.0.0 | ||
dev_dependencies: | ||
test: ^1.14.4 | ||
screenshots: | ||
- description: converter package logo | ||
path: .img/logo.png | ||
path: img/logo.png | ||
funding: | ||
- https://github.com/sponsors/dkin-om | ||
- https://ko-fi.com/dkinom |