From 432f876ea6cc658023b6f322fc029d7dcb33ac31 Mon Sep 17 00:00:00 2001 From: ParthivNaresh Date: Mon, 7 Jun 2021 16:45:29 -0400 Subject: [PATCH] Codecov Upload Reports fix (#2344) * pass token * release notes update --- .github/workflows/linux_unit_tests_with_latest_deps.yml | 1 + docs/source/release_notes.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/linux_unit_tests_with_latest_deps.yml b/.github/workflows/linux_unit_tests_with_latest_deps.yml index e6a3bb4b31..25831ae573 100644 --- a/.github/workflows/linux_unit_tests_with_latest_deps.yml +++ b/.github/workflows/linux_unit_tests_with_latest_deps.yml @@ -83,4 +83,5 @@ jobs: name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 3ad2d41015..c22f785d38 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -9,6 +9,7 @@ Release Notes * Documentation Changes * Testing Changes * Update minimum unit tests to run on all pull requests :pr:`2314` + * Pass token to authorize uploading of codecov reports :pr:`2344` .. warning::