Test for coverage existence
This commit is contained in:
parent
d02edd7412
commit
b0ec7e94f7
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -165,9 +165,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Show coverage files
|
||||||
|
run: ls -al /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/coverage
|
||||||
|
|
||||||
- uses: codecov/codecov-action@e156083f13aff6830c92fc5faa23505779fbf649 # v1.2.1
|
- uses: codecov/codecov-action@e156083f13aff6830c92fc5faa23505779fbf649 # v1.2.1
|
||||||
with:
|
with:
|
||||||
directory: /home/linuxbrew/.linuxbrew/Homebrew
|
directory: /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/coverage
|
||||||
|
|
||||||
test-default-formula-linux:
|
test-default-formula-linux:
|
||||||
name: test default formula (Linux)
|
name: test default formula (Linux)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user