From a2e1cef5f61576090cef441da2cbe699c4f80e71 Mon Sep 17 00:00:00 2001 From: Shivam Thakur <70829776+shivamcandela@users.noreply.github.com> Date: Mon, 14 Mar 2022 16:31:47 +0530 Subject: [PATCH] added regression and advance counts --- .github/workflows/update-badges.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-badges.yml b/.github/workflows/update-badges.yml index 5bb6a1835..8105497f1 100644 --- a/.github/workflows/update-badges.yml +++ b/.github/workflows/update-badges.yml @@ -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