From 33c433f98309994b823430c1b8ea10f695f17942 Mon Sep 17 00:00:00 2001 From: Brett Waugh Date: Sun, 7 Jan 2024 10:27:05 -0500 Subject: [PATCH] Added section for Codecov --- .github/workflows/code-coverage.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 1a1ab16..02cef43 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -25,3 +25,8 @@ jobs: - name: Generate coverage report run: coverage report + +- name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}