Giter Club home page Giter Club logo

django-coverage's Introduction

django-coverage

Circle CI

This is an example of a django application that is configured to run tests on CircleCI, record code coverage data with coverage.py, and save html coverage reports to CircleCI for later viewing.

##Downloading and Running

  • Just fork the repo and follow it on CircleCI to get see it build
  • Clone the repo and run pip install -r requirements.txt (optionally inside a virtualenv) to install the dependencies
  • Run python manage.py migrate to setup the database, and optionally follow the prompts to create a superuser (someone that can login to /admin)
  • Use the usual python manage.py runserver [port] to run the development server locally
  • Run coverage run manage.py test to run all tests with coverage
  • Run coverage report after the above command to see a command line coverage report

##Testing on CircleCI Just sign up for CircleCI if you haven’t already, fork the repo on GitHub (or clone it and add it to your own GitHub account), follow the repository on CircleCI, and your first build/test will begin immediately. Coverage measurement will be performed and the output saved to the “Build Artifacts” for that CircleCI build.

##See Also

django-coverage's People

Contributors

bellkev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.