From bae81ffe8c20d6225b2098d7d51c3531c73a0950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E5=8F=AF?= Date: Fri, 28 Oct 2022 17:04:41 +0800 Subject: [PATCH] fix: improve ci logic (#527) --- .codecov.yml | 2 -- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/custom.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 5 ++--- .github/coverage.xml | 11 +++++++++++ .github/workflows/go.yml | 7 ++++--- 6 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 .codecov.yml create mode 100644 .github/coverage.xml diff --git a/.codecov.yml b/.codecov.yml deleted file mode 100644 index 209730fd1b..0000000000 --- a/.codecov.yml +++ /dev/null @@ -1,2 +0,0 @@ -ignore: - - "example/.*" \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f1899bf085..94a9839e7b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,4 +1,4 @@ -______________________________________________________________________ +--- name: Bug report about: Create a bug report to help us improve @@ -6,7 +6,7 @@ title: "\[BUG\]" labels: '' assignees: '' -______________________________________________________________________ +---