Milestone 1B



Due: Tuesday, October 6th at 11:59 PM

You will now further configure your group repository

Git Conventions

We expect all work from this point onwards do be done on feature branches and merged into master via Pull Requests.

Do not push anything directly to the master branch.

Please "approve" each other's branches and merge with a GitHub Pull Request.

The teaching staff will penalize teams that repeatedly push directly to master.

Steps to complete

  1. Within your cs107-FinalProject repo, you must set up TravisCI and CodeCov. Make sure the README.md file at the root of your repo includes badges indicating how many tests are passing and the coverage of your code.
    1. Note: It is ok if you do not have any tests implemented at the time of submission for this milestone, but you should still show badges for when you develop code and tests.
  2. Within your final project repo, you should create a directory called docs. You can use this directory to organize documentation and tutorials for your final package. You will begin creating this documentation as part of the next milestone (1)

Grading breakdown

Total: 3 points

Points Task
3 Configuring repo and creating project structure