test-coverage
test-coverage copied to clipboard
Null-safety support
Hi! What's the status on supporting the null-safety within this package?
Had a quick peek at updating it, but it seems like we need to wait for a null-safety update from coverage first
covergae now has NNBD support.
lcov is no longer continued. Means to support this to NNBD lcov needs to be replaced or forked and migrated first.
Hi! Has there been any progress around what to do about lcov?
You can use dart test with the --coverage option and then format output files to lcov just like here:
https://github.com/Albert221/FastShopping/blob/5af8fc848d993d74cf0e989473f54ed112de8a00/.github/workflows/test.yml#L95-L96
I have cloned this project locally and make it as null-safety version, is it nessesary to send a merge request?
Hi! Has there been any progress around what to do about
lcov?
lcov_dart instead
I have cloned this project locally and make it as null-safety version, is it nessesary to send a merge request?
can you send me the link so I can test your fork in my app?
I have cloned this project locally and make it as null-safety version, is it nessesary to send a merge request?
can you send me the link so I can test your fork in my app?
here is it: https://github.com/wustrong/test-coverage
Wow, thanks! It's been a long time since I asked this! @wustrong