File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 - name : Install dependencies
3737 run : |
3838 python -m pip install --upgrade pip
39- pip install coverage flake8
39+ pip install coverage flake8 django
4040 - name : Lint with flake8
4141 run : |
4242 # stop the build if there are Python syntax errors or undefined names
4646 - name : Test with Django tests
4747 run : |
4848 coverage erase
49- coverage run python3 ./ runtests.py
49+ coverage run runtests.py
5050 coverage report -m
5151 #coverage report --fail-under=99
5252 coverage xml
Original file line number Diff line number Diff line change 11Django Audit Wazuh
22------------------
33
4- ![ CI build] ( https://github.com/peppelinux/django-audit-wazuh/workflows/djangosaml2 /badge.svg )
4+ ![ CI build] ( https://github.com/peppelinux/django-audit-wazuh/workflows/django-audit-wazuh /badge.svg )
55![ pypi] ( https://img.shields.io/pypi/v/django-audit-wazuh.svg )
66![ Python version] ( https://img.shields.io/badge/license-Apache%202-blue.svg )
77![ Django versions] ( https://img.shields.io/pypi/djversions/django-audit-wazuh )
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22import os
33import sys
44
You can’t perform that action at this time.
0 commit comments