From 40b85a29861de189b143deae3d75e52110cbeb6d Mon Sep 17 00:00:00 2001 From: Olezhich Date: Wed, 22 Oct 2025 22:02:43 +0300 Subject: [PATCH 1/2] added tests badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53bc9fb..486ce1c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # AudioStats +[![Tests](https://github.com/Olezhich/AudioStats/actions/workflows/Run%20Tests%20on%20PR.yml/badge.svg)](https://github.com/Olezhich/AudioStats/actions ) [![Coverage Status](https://coveralls.io/repos/github/Olezhich/AudioStats/badge.svg?branch=dev)](https://coveralls.io/github/Olezhich/AudioStats?branch=dev) [![License](https://img.shields.io/github/license/Olezhich/AudioStats )](https://github.com/Olezhich/AudioStats/blob/main/LICENSE ) [![Python](https://img.shields.io/badge/python-3.12%2B-blue)](https://python.org) From 9c7eb9246d04f8a4a60ebe8f7fd6cf4e7cbcdf69 Mon Sep 17 00:00:00 2001 From: Olezhich Date: Wed, 22 Oct 2025 22:04:34 +0300 Subject: [PATCH 2/2] fixed readme ci issue --- .github/workflows/run_tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index a65ebb4..74dd523 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -3,8 +3,6 @@ name: Run Tests on PR on: pull_request: branches: [ main ] - paths-ignore: - - 'README.md' jobs: ci: