From 60198816f1ba3fdccad38436ff2770a01d9cd4aa Mon Sep 17 00:00:00 2001 From: Patryk Obara Date: Mon, 9 Mar 2020 15:06:32 +0100 Subject: [PATCH] Rename count-bugs to count-clang-bugs --- .github/workflows/analysis.yml | 2 +- scripts/{count-bugs.py => count-clang-bugs.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{count-bugs.py => count-clang-bugs.py} (100%) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 056d8bdf..35c50588 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -62,7 +62,7 @@ jobs: # summary echo "Full report is included in build Artifacts" echo - ./scripts/count-bugs.py report/*/index.html + ./scripts/count-clang-bugs.py report/*/index.html build_pvs_studio_analyzer: name: PVS-Studio static analyzer diff --git a/scripts/count-bugs.py b/scripts/count-clang-bugs.py similarity index 100% rename from scripts/count-bugs.py rename to scripts/count-clang-bugs.py