Skip to content

CSUChico-CSCI465/CINS465-S19-Examples

Repository files navigation

CINS465-S18-Examples

Repo for CINS465 Spring 2019 Code Examples from class

Master: coverage-prod pipeline-prod

regular files

  • Dockerfile - Initial dockerfile to help us setup our environment
  • docker-compose.yml - Initial starter docker-compose file
  • requirements.txt - Blank requirements.txt file for us to add python package requirements into

hidden files

  • .gitignore - ignores python code & macOS generated files that don't need to be in the repo
  • .gitlab-ci.yml - initial CI/CD pipeline file that will be used in CINS465 during class, should be modified to fit your project/code
  • .coveragerc - provides initial settings for the coverage.py package to test our CI testing coverage and omit specific files/folders/lines that are problematic. This will need to be moved and modified to be useful, and will be introduced in class.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors