bihealth / sodar-core

SODAR Core: A Django-based framework for building scientific data management web apps
MIT License
9 stars 1 forks source link

Coverage warnings about internal Django components after Django update #654

Open mikkonie opened 3 years ago

mikkonie commented 3 years ago

I'm getting these at least in GitLab CI. Need to see what they mean and if they happen elsewhere. Will post dump in comments.

mikkonie commented 3 years ago
Coverage.py warning: Already imported a file that will be measured: /builds/CUBI_Engineering/CUBI_Data_Mgmt/sodar_core/env/bin/coverage (already-imported)
Coverage.py warning: Already imported a file that will be measured: /builds/CUBI_Engineering/CUBI_Data_Mgmt/sodar_core/env/lib/python3.8/site-packages/django/template/context.py (already-imported)
Coverage.py warning: Already imported a file that will be measured: /builds/CUBI_Engineering/CUBI_Data_Mgmt/sodar_core/env/lib/python3.8/site-packages/django/template/exceptions.py (already-imported)
Coverage.py warning: Already imported a file that will be measured: /builds/CUBI_Engineering/CUBI_Data_Mgmt/sodar_core/env/lib/python3.8/site-packages/django/template/base.py (already-imported)
Coverage.py warning: Already imported a file that will be measured: /builds/CUBI_Engineering/CUBI_Data_Mgmt/sodar_core/env/lib/python3.8/site-packages/django/template/library.py (already-imported)
Coverage.py warning: Already imported a file that will be measured: /builds/CUBI_Engineering/CUBI_Data_Mgmt/sodar_core/env/lib/python3.8/site-packages/django/template/engine.py (already-imported)
Coverage.py warning: Already imported a file that will be measured: /builds/CUBI_Engineering/CUBI_Data_Mgmt/sodar_core/env/lib/python3.8/site-packages/django/template/utils.py (already-imported)
Coverage.py warning: Already imported a file that will be measured: /builds/CUBI_Engineering/CUBI_Data_Mgmt/sodar_core/env/lib/python3.8/site-packages/django/template/__init__.py (already-imported)
Coverage.py warning: Already imported a file that will be measured: /builds/CUBI_Engineering/CUBI_Data_Mgmt/sodar_core/env/lib/python3.8/site-packages/django/template/defaultfilters.py (already-imported)
Coverage.py warning: Already imported a file that will be measured: /builds/CUBI_Engineering/CUBI_Data_Mgmt/sodar_core/env/lib/python3.8/site-packages/django/template/smartif.py (already-imported)
Coverage.py warning: Already imported a file that will be measured: /builds/CUBI_Engineering/CUBI_Data_Mgmt/sodar_core/env/lib/python3.8/site-packages/django/template/defaulttags.py (already-imported)
Coverage.py warning: Already imported a file that will be measured: /builds/CUBI_Engineering/CUBI_Data_Mgmt/sodar_core/env/lib/python3.8/site-packages/django/templatetags/__init__.py (already-imported)
Coverage.py warning: Already imported a file that will be measured: /builds/CUBI_Engineering/CUBI_Data_Mgmt/sodar_core/env/lib/python3.8/site-packages/django/templatetags/i18n.py (already-imported)