testnet icon indicating copy to clipboard operation
testnet copied to clipboard

Add code coverage to PyWebAssembly

Open axic opened this issue 6 years ago • 3 comments

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.

axic avatar Aug 16 '18 14:08 axic

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

poemm avatar Aug 16 '18 14:08 poemm

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

chfast avatar Aug 16 '18 15:08 chfast

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

chfast avatar Aug 16 '18 15:08 chfast