From 093b3a739b72fd4c98a11a85babf2290a66258dc Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Thu, 25 Nov 2021 20:48:29 +0000 Subject: [PATCH] workflows/tests: limit coverage file uploads --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6fef007db2..e005d73fc9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -238,6 +238,8 @@ jobs: HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b + with: + files: Library/Homebrew/test/coverage/coverage.xml test-default-formula-linux: name: test default formula (Linux) @@ -346,3 +348,5 @@ jobs: - run: brew test-bot --only-formulae --test-default-formula - uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b + with: + files: Library/Homebrew/test/coverage/coverage.xml