Giacomo Zanolli
Giacomo Zanolli
Still finding this issue, on nixpkgs/nixos-21.11 edit: the build does not fail if I try it in a `nix-shell` with `nixUnstable` installed
Does that behavior appear also if you checkout the master branch? I am asking this because since you are referring to version `0.4.2` but master is at `0.5.0`, the issue...
Ok, then I think creating a new issue may be the best way to go to keep track of everything in a dedicated thread. Let me know what you think...
Thank you very much for the additional information. I think I have understood now 👍 I can confirm that there was a problem with overall line coverage in commit `4bc829607f5aef3562528478c6aec39f8d1a4480`....
@jpnurmi from what I can see [https://pub.dev/packages/test_cov](https://pub.dev/packages/test_cov) diverged quite a bit from this implementation. Even though it is indeed null-safe, `--min-coverage` option and badge generation do not appear to be...
@jpnurmi For purely generating the `lcov.info` file, you may also consider making your package depend directly on [test](https://pub.dev/packages/test) and [coverage](https://pub.dev/packages/coverage) and generating the file with a script like the one...
Yep. I myself would prefer to have a package that takes care of everything for me. On the other hand, I think those commands may be quite useful for making...
I do not know if this repository is being maintained anymore. While I was waiting, I created my own package for generating the `lcov.info` file and enforcing minimum coverage. If...
Will try to create a PR for using the `.gitignore` files. I am quite new to golang, so any help will be appreciated 😉
@gerardbosch As of now that PR is stale, waiting for a sign of interest from the maintainers. If they deem it appropriate to integrate this functionality, I will update the...