Milestone 1B
Due: Tuesday, October 5th 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
or main
via Pull Requests.
Do not push anything directly to the master
or main
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
or main
.
Steps to complete
- Within your
cs107-FinalProject
repo, you must set up TravisCI and CodeCov. Make sure theREADME.md
file at the root of your repo includes badges indicating how many tests are passing and the coverage of your code.- 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.
- 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 |