koodaamo / tnefparse

a TNEF decoding library written in python, without external dependencies
GNU Lesser General Public License v3.0
49 stars 37 forks source link

Add code coverage to github actions CI build #110

Closed jrideout closed 3 years ago

jrideout commented 3 years ago

Regression from travis ci build

jugmac00 commented 3 years ago

Until now I only used coveralls with GitHub Actions (which is quite flaky).

Here is a blog post about integrating codecov https://hynek.me/articles/python-github-actions/

If nobody steps up I will give it a stab probably on the weekend.

P.S.: Ah, you are about adding coverage already. Thanks!