ewasm / testnet

Testnet planning & documentation
64 stars 19 forks source link

Add code coverage to PyWebAssembly #59

Open axic opened 6 years ago

axic commented 6 years ago

PyWebAssembly follows the wasm spec very closely, so by adding code coverage to it and running only the official wasm test suite should give very accurate report of official test coverage.

poemm commented 6 years ago

It seems that coverage.py is popular. I will look into this.

chfast commented 6 years ago

Yes, use coverage package to get coverage report. Then upload to Codecov with codecov package.

chfast commented 6 years ago

https://github.com/codecov/example-python