From 1e4060f181c0dfc79c0efc0223ceaab4135d78d9 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Wed, 2 Oct 2024 14:24:23 -0400 Subject: [PATCH] Rename codecov yml to follow the new standards (#17) * Rename codecov yml to follow the new standards Signed-off-by: Peter Zhu * Bump version Signed-off-by: Peter Zhu --------- Signed-off-by: Peter Zhu --- .codecov.yml => codecov.yml | 0 package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .codecov.yml => codecov.yml (100%) diff --git a/.codecov.yml b/codecov.yml similarity index 100% rename from .codecov.yml rename to codecov.yml diff --git a/package.json b/package.json index 8f4cafd..70118d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch-automation-app", - "version": "0.1.3", + "version": "0.1.4", "description": "An Automation App that handles all your GitHub Repository Activities", "author": "Peter Zhu", "homepage": "https://github.com/opensearch-project/automation-app",