ReactiveX / rxdart

The Reactive Extensions for Dart
http://reactivex.io
Apache License 2.0
3.36k stars 271 forks source link

ci: remove deprecated `packages` flag #674

Closed beeth0ven closed 2 years ago

beeth0ven commented 2 years ago

Hi there.

Form coverage v1.3.0 - 2022-5-11 changelog:

Add a --package flag, which takes the package's root directory, instead of the .package file. Deprecate the --packages flag.

Our ci raised an issue the same as dart-lang/tools#489, the quick fix would be remove deprecated packages flag as metioned here.

Thanks.

codecov-commenter commented 2 years ago

Codecov Report

Merging #674 (27ef9c5) into master (fe83b90) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #674   +/-   ##
=======================================
  Coverage   93.52%   93.52%           
=======================================
  Files          74       74           
  Lines        2284     2284           
=======================================
  Hits         2136     2136           
  Misses        148      148