apel / ssm

Secure STOMP Messenger.
apel.github.io
Apache License 2.0
11 stars 24 forks source link

Travis actions improvements #336

Closed tofu-rocketry closed 4 months ago

tofu-rocketry commented 4 months ago

Remove redundant Python 3 test from Travis as we have working Python 3 tests in GitHub Actions.

Improvements to GH Action unit tests

tofu-rocketry commented 4 months ago

Python 3.x test not running will be due to me renaming the tests (and not yet having updated the branch protection rules to match).

The coverage reduction is probably due to Python 3 not exercising some of the code on Travis, which might be the only thing reporting the coverage at the moment.