corelight / pycommunityid

A Python implementation of the Community ID flow hashing standard
BSD 3-Clause "New" or "Revised" License
23 stars 10 forks source link

Add Github action workflow for testing, code coverage, and package production #5

Closed ckreibich closed 3 years ago

ckreibich commented 3 years ago

This also adds a bit of robustness for the testsuite in how it locates the provided scripts and test inputs. That way you can also invoke the (deprecated) python setup.py test from the toplevel, for example.

Code coverage is produced but not yet exported.