python - django-jenkins emits coverage for models only -


I am currently using the Django-Jenkins version 0.16.2 in my Django application.

  • My Apps
    • src
      • Module 1
        • Model
        • test
        • Shaik_modul
        • View1.py
        • view2.py
        • urls_1.py
      • Menu
      • django-admin.py

    when I execute

      python Django-adminkpy Jenkins module 1 - Enabled-Coverage  

    The coverage report is generated, but it is only the report of coverage for modules 1. Models and nothing else.

    I did not set the variable PROJECT_APPS in settings.py.

    Dijengo-Jenkins like for Jenkins configuration:

      INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes',' django.contrib. sessions ',' django.contrib.sites ',' Dijengo. Contrib.messages ', #' django.contrib.staticfiles ',' django.contrib.admin ',' django.contrib.admindocs ',' django_extensions ',' django_jenkins Yes, yes, it is in the form of a bug folder with 0.16.3. Try upgrading 


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -