ASU-CodeDevils / flameboi-slack-api

A Slackbot API for the old CodeDevils Slack server.
https://asu-codedevils.github.io/flameboi-slack-api/
MIT License
4 stars 0 forks source link

Travis CI with tests and linter #35

Closed KevinThePepper closed 4 years ago

KevinThePepper commented 4 years ago

Enabled the repo and configured the project to run Travis on each commit. Travis has 2 builds:

  1. Runs a linter using flake8 to check code quality (the tedious line spaces and what not)
  2. Runs the actual implemented tests

Since there are no tests, the build fails. I also implemented Codecov with this, which will generate a report and show in the badge. This will also not work until tests are implemented. Basically nothing works except travis building with no errors.