From 4ee3564a8ec4dc9be3556eb23cebf68ae7e41307 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Thu, 9 Mar 2023 06:57:23 +0100 Subject: [PATCH] Create codecov.yaml --- .github/workflows/codecov.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/codecov.yaml diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml new file mode 100644 index 0000000..9a97526 --- /dev/null +++ b/.github/workflows/codecov.yaml @@ -0,0 +1,20 @@ +name: Run codecov + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +permissions: + contents: read + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3