From dda8b338ddf7e9b0d69d4b8af1bc6e1a3384c45d Mon Sep 17 00:00:00 2001 From: Justin Abrahms Date: Fri, 24 Jun 2022 00:26:57 -0500 Subject: [PATCH] Don't specify directory. Codecov knows where to look --- .github/workflows/merge.yml | 1 - .github/workflows/release.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index f07b07b3..506f92db 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -52,7 +52,6 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v2 with: - directory: lib/build flags: unittests # optional name: coverage # optional fail_ci_if_error: true # optional (default = false) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28615aa2..c5629922 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,6 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v2 with: - directory: lib/build flags: unittests # optional name: coverage # optional fail_ci_if_error: true # optional (default = false)