egeland / nagios-rbl-check

Icinga/Nagios spam blacklist check, written in python
GNU General Public License v3.0
34 stars 18 forks source link

Improve Coverage & Add Tests #29

Closed smashedr closed 1 year ago

smashedr commented 1 year ago

Drafting PR to Test

coveralls commented 1 year ago

Coverage Status

coverage: 76.154% (+14.6%) from 61.538% when pulling 351bffa1208669b232caa3ae7e486248bfbd114c on smashedr:coverage into dc8f8caf386fa2f08e4419dd8a904459e207bbf1 on egeland:master.

smashedr commented 1 year ago

Would like to use pytest --cov do reduce run-time of coverage container.

But, these runs should still complete and I have no idea why the actions runs are failing, no error messages. Will look into it later, welcome to any feedback.

smashedr commented 1 year ago

Adds unit testing.

smashedr commented 1 year ago

Going to smash this, it only touches testing. Thanks.