From 1539eef61b16a67fc2bdeec1394d521db06810ee Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Fri, 29 Dec 2023 14:34:38 +0100 Subject: [PATCH] Added codecov integration on code push --- .github/workflows/push.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 24856381c6..26edef72ed 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -55,6 +55,9 @@ jobs: - name: Run tests run: make test + - name: Publish test coverage + uses: codecov/codecov-action@v1 + fmt: runs-on: ubuntu-latest