Skip to content

Commit

Permalink
Update codecov.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoolioh committed Jul 11, 2024
1 parent 519589a commit a50f961
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ jobs:
env:
CARGO_TERM_COLOR: always
steps:
- name: Free Disk Space (Ubuntu only)
if: runner.os == 'Linux' && matrix.platform == 'ubuntu-latest'

Check failure on line 16 in .github/workflows/coverage.yml

View workflow job for this annotation

GitHub Actions / actionlint

property "platform" is not defined in object type {}
uses: jlumbroso/free-disk-space@v1.3.1
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: false
docker-images: false
swap-storage: true

- uses: actions/checkout@v4
- name: Install Rust
run: rustup install nightly && rustup default nightly
Expand All @@ -30,3 +42,4 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
fail_ci_if_error: true
verbose: true

0 comments on commit a50f961

Please sign in to comment.