File tree 4 files changed +6
-2
lines changed
4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 39
39
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
40
40
41
41
- name : Coveralls GitHub Action
42
+ if : false
42
43
uses : coverallsapp/github-action@v2.1.2
43
44
44
45
- name : Pub publish (dry-run)
Original file line number Diff line number Diff line change
1
+ ## 0.1.0
2
+
3
+ - Initial development release
4
+
1
5
## 0.1.0-rc.0
2
6
3
7
- Release candidate for ` 0.1.0 `
Original file line number Diff line number Diff line change 4
4
5
5
[ ![ Version] ( https://img.shields.io/pub/v/op )] ( https://pub.dev/packages/op )
6
6
[ ![ Build Status] ( https://github.com/dkin-om/op/actions/workflows/.github/workflows/dart.yml/badge.svg?branch=master )] ( https://github.com/dkin-om/op/actions )
7
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/dkin-om/op/badge.svg )] ( https://coveralls.io/github/dkin-om/op )
8
7
[ ![ License] ( https://img.shields.io/badge/license-MIT-green )] ( https://github.com/dkin-om/op/blob/master/LICENSE )
9
8
10
9
A Dart library defining interfaces for mathematical operations, such as addition and multiplication
Original file line number Diff line number Diff line change 1
1
name : op
2
- version : 0.1.0-rc.0
2
+ version : 0.1.0
3
3
description : A Dart library defining interfaces for mathematical operations, such as addition and multiplication
4
4
repository : https://github.com/dkin-om/op.git
5
5
issue_tracker : https://github.com/dkin-om/op/issues
You can’t perform that action at this time.
0 commit comments