- Python 3.5.2 or higher
- Pip
pip install pytestpip install pytest-cov
python report.py
python export_results.py
pytest .
pytest --cov=. .
git clone <repo>you want to monitor (i.e.git clone https://github.com/SxMShaDoW/blockchain-example/- Copy the
cicd_github_monitor.pyinside the repo (already there in this case) - Modify the creds section in
cicd_github_monitor.py(Line 11) - Modify the repo you want to monitor in
cicd_github_monitor.py(Line 13) (blockchain-example) - Run
python cicd_github_monitor.py