From b798f4a5daf746c437c98010304355f5b27cac0d Mon Sep 17 00:00:00 2001 From: Vasileios Karakasis Date: Thu, 27 Jun 2024 23:51:22 +0200 Subject: [PATCH] Update codecov GH action --- .github/workflows/codecov.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 77789c8c2e..ed437adcdd 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -1,11 +1,11 @@ -name: Code coverage +name: ReFrame CI on: [push, pull_request] jobs: build: runs-on: ubuntu-latest - name: Test python API + name: Code coverage steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v2