From 8fcadb376dd2be034896eae205aa203223ca54d5 Mon Sep 17 00:00:00 2001 From: Tunisiano18 Date: Fri, 15 Mar 2024 15:50:52 +0100 Subject: [PATCH] codecov --- .github/workflows/codecov.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index c3030b05e..39b60ee69 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -1,5 +1,11 @@ -- name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 - with: - token: ${{ secrets.CODECOV_TOKEN }} - slug: tunisiano187/Chocolatey-packages \ No newline at end of file +name: Workflow for Codecov +on: [push, pull_request] +jobs: + run: + runs-on: ubuntu-latest + steps: + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: tunisiano187/Chocolatey-packages \ No newline at end of file