workflows/tests: limit coverage file uploads
This commit is contained in:
parent
0c1389d97c
commit
093b3a739b
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user