Brady Trainor

Results 127 comments of Brady Trainor

@jeanlucthumm not my intention for this issue to have a tangent on one aspect at this time. I've split your question out to a separate issue.

Hmm, if I use `0.4.2`, I can still see sub-100 coverage, like `Overall line coverage rate: 94%.`, but if I checkout this branch, it just reads as 100%. Something will...

Yes, at commit `2bfaa88b9aa1fd0a3a921e6ead9ae59f54920224`, I see `Overall line coverage rate: 99%.`.

Apologies, did I miscommunicate? The commit, `4bc829607f5aef3562528478c6aec39f8d1a4480`, introduces the problem. Are you still suggesting to file a new issue? You can try this diff: ```diff modified test/stub_package/lib/stub_package.dart @@ -1,3 +1,7...

Looks great! ``` % dart run test_coverage --no-badge --min-coverage=90 Found 2 test files. Generated test-all script in test/.test_coverage.dart. Please make sure it is added to .gitignore. Coverage report saved to...

The `*compilation*` buffer just uses a list of regex and checks them all. 1. Can we have the format-all error buffer use compilation mode to get a lot of file...

@jeanlucthumm, I appreciate your interest in this. I don't know when I'll be able to reply, but can you do me a favor, and clarify if you're saying I used...

> Without a license, how will you handle contributions? @jeanlucthumm, please review https://github.com/bradyt/taskw-dart/issues/3#issuecomment-817597774 and https://github.com/bradyt/taskw-dart/wiki/Draft-of-CONTRIBUTING.md#pull-requests. So you may understand that addressing your question may not be a big priority. >...

Aha perfect, thank you! I see now, there it is as well in the example hydra-vi in hydra-examples.el. A reminder for me to go through that file again!

Maybe add freeze dependencies to `requirements.txt` and commit?