For those who wish to view @moonbitlang code coverage in vscode, here are the steps:
1. install Coverage Gutters extension.
2. run `moon test --enable-coverage` and `moon coverage report -f cobertura -o ./coverage.xml`.
3. open any mbt file and click the Watch button.
For those who wish to view @moonbitlang code coverage in vscode, here are the steps:
1. install Coverage Gutters extension.
2. run `moon test --enable-coverage` and `moon coverage report -f cobertura -o ./coverage.xml`.
3. open any mbt file and click the Watch button.
@VBragilevsky Great talk! The idea of interactive debugging is good, but structuring the code for effective debugging requires effort, particularly with end-to-end tests—often, I still rely on basic println😬