From 7f7cb20c4ae5c541ced14451639027379d347383 Mon Sep 17 00:00:00 2001 From: Flavius Lacatusu Date: Wed, 13 Jan 2021 16:23:59 +0100 Subject: [PATCH] fix workflow naming Signed-off-by: Flavius Lacatusu --- .github/workflows/codecov.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 533febd17..0da4654ba 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -9,12 +9,11 @@ # Contributors: # Red Hat, Inc. - initial API and implementation -name: che-operator +name: Code Coverage Report on: [push] jobs: build-and-deploy: runs-on: ubuntu-20.04 - name: Code Coverage Report steps: - name: Checkout uses: actions/checkout@v2.3.1