From a8f4470f9755342437965cf6dc1b93c21e054d32 Mon Sep 17 00:00:00 2001 From: Edwin Torres Date: Fri, 9 Feb 2024 19:24:15 +0000 Subject: [PATCH] chore: added codecov to repo --- .github/workflows/codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/workflows/codecov.yml diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml new file mode 100644 index 0000000..9cdfd5f --- /dev/null +++ b/.github/workflows/codecov.yml @@ -0,0 +1,4 @@ +- name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file