An open API service indexing awesome lists of open source software.

https://github.com/rajeshrinet/codecov-cython

Adding coverage to cython code
https://github.com/rajeshrinet/codecov-cython

codecov codecov-cython codecoverage cython

Last synced: 6 months ago
JSON representation

Adding coverage to cython code

Awesome Lists containing this project

README

          

[![codecov](https://codecov.io/gh/rajeshrinet/cython_coverage/branch/master/graph/badge.svg)](https://codecov.io/gh/rajeshrinet/cython_coverage)

Example of adding coverage to cython code

* Step-1: Add a `secret` following: https://docs.codecov.io/docs. Copy TOKEN to secrets.

* Step-2: Add a .github/workflow as shown