added regression and advance counts

This commit is contained in:
Shivam Thakur
2022-03-14 16:31:47 +05:30
committed by GitHub
parent 0ca33a406f
commit a2e1cef5f6

View File

@@ -41,6 +41,8 @@ jobs:
wget https://img.shields.io/badge/interop_tests-$(pytest --collect-only -m "interop" -q | tail -1 | cut -d '/' -f 1)-green?style=flat-square -O ../badges/interop-count.svg
wget https://img.shields.io/badge/sanity_tests-$(pytest --collect-only -m "uc_sanity and not interop" -q | tail -1 | cut -d '/' -f 1)-green?style=flat-square -O ../badges/sanity-count.svg
wget https://img.shields.io/badge/performance_tests-$(pytest --collect-only -m "performance" -q | tail -1 | cut -d '/' -f 1)-green?style=flat-square -O ../badges/performance-count.svg
wget https://img.shields.io/badge/performance_tests-$(pytest --collect-only -m "advance" -q | tail -1 | cut -d '/' -f 1)-green?style=flat-square -O ../badges/advance-count.svg
wget https://img.shields.io/badge/performance_tests-$(pytest --collect-only -m "regression" -q | tail -1 | cut -d '/' -f 1)-green?style=flat-square -O ../badges/regression-count.svg
- name: commit changes
working-directory: badges