seporaitis / lhl

Linux Ham Log - an attempt to write modern terminal linux ham radio logging application from scratch
0 stars 0 forks source link

Add code quality checks #28

Closed seporaitis closed 5 years ago

seporaitis commented 5 years ago

Description

This sets up codecov integration with Travis-CI.

Motivation and Context

Some automated code linting should be good for code hygiene.

How Has This Been Tested?

This pull request should be checked by codecov.

Screenshots (if appropriate):

Types of changes

Checklist

seporaitis commented 5 years ago

Seems like I misunderstood what codecov does - it checks code coverage after test run. That's fine, but we don't yet have a test suite, so I'll wait to see what LGTM integration presents in terms of security alerts and will close this.