From 22e7fab2cecaa60d62480078d1690f1c25378041 Mon Sep 17 00:00:00 2001 From: Akira Hayashi Date: Sun, 27 Oct 2024 14:00:44 +0900 Subject: [PATCH] Delete broken & unused .github/workflows/workflow.yml --- .github/workflows/workflow.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/workflows/workflow.yml diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml deleted file mode 100644 index 0a2fc645..00000000 --- a/.github/workflows/workflow.yml +++ /dev/null @@ -1,9 +0,0 @@ -steps: -- uses: actions/checkout@master -- uses: codecov/codecov-action@v2 - with: - files: ./coverage1.xml,./coverage2.xml # optional - flags: unittests # optional - name: codecov-umbrella # optional - fail_ci_if_error: true # optional (default = false) - verbose: true # optional (default = false)