From b032b0f127251de61992bd25719f002289d68920 Mon Sep 17 00:00:00 2001 From: Robert Jacob Date: Wed, 2 Aug 2023 11:07:45 -0500 Subject: [PATCH] Add github/workflows dir and codecov.yaml file Following directions on codecov site to add it has a github action. --- .github/workflows/codecov.yaml | 4 ++++ 1 file changed, 4 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 0000000000..e420c7d44d --- /dev/null +++ b/.github/workflows/codecov.yaml @@ -0,0 +1,4 @@ +- name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}