зеркало из
1
0
Форкнуть 0
azure-sdk-for-python/scripts/repo_health_status_report
Krista Pratico ae94b912de
add test samples tracking (#38502)
* add test samples tracking

* add samples tracking to csv/html/md reports

* fix for catastrophic pipeline failure
2024-11-15 13:49:06 -08:00
..
README.md add repo health status report script (#36935) 2024-08-16 14:42:22 -07:00
dev_requirements.txt Support pure `pyproject-toml` packages (#37882) 2024-10-22 10:29:33 -07:00
output_health_report.py add test samples tracking (#38502) 2024-11-15 13:49:06 -08:00

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

  1. pip install -r dev_requirements.txt
  2. az login
  3. Set the GH_TOKEN environment variable to your GitHub PAT (with repo permissions).
  4. 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.