ae94b912de
* add test samples tracking * add samples tracking to csv/html/md reports * fix for catastrophic pipeline failure |
||
---|---|---|
.. | ||
README.md | ||
dev_requirements.txt | ||
output_health_report.py |
README.md
Python SDK Health Status Report
This script generates a health status report for the Python SDK. The report can be found at aka.ms/azsdk/python/health.
How to run the script
- pip install -r dev_requirements.txt
- az login
- Set the
GH_TOKEN
environment variable to your GitHub PAT (with repo permissions). - Run the script:
python output_health_report.py
Command line options
By default, the script will generate a csv report. To generate a report in markdown or html, pass -f markdown
or -f html
, respectively. To omit SDK team owned libraries from the report, pass -s
.