kbandla / dpkt

fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Other
1.08k stars 270 forks source link

Replace coveralls with Github Action #522

Closed brifordwylie closed 3 years ago

brifordwylie commented 3 years ago

We're removing Travis and the accompanying call to coveralls (with the Travis code coverage report). So we need to replace this with Github Action.

Here's some starting points:

This action siimply submits results to codecov, would be better if there as a GitHub action for the report.. shrug.. maybe https://github.com/marketplace/actions/code-coverage-report

crocogorical commented 3 years ago

Was coveralls removed for a specific reason? We could send direct to coveralls from a Github Action - https://github.com/marketplace/actions/coveralls-python

If the removal of coveralls was just because of the removal of TravisCI, let me know and I'll merge the PR.

brifordwylie commented 3 years ago

Hey, cool.. yeah I just hadn't circled back to this... Please go ahead and merge. :)