Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Nov 7, 2024
1 parent fecbfb0 commit 468cf84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
coverage:
name: Build and Test
name: Code Coverage
runs-on: [self-hosted, linux]
timeout-minutes: 30
steps:
Expand Down Expand Up @@ -66,6 +66,8 @@ jobs:
uses: SwiftyLab/setup-swift@latest
- name: Setup Rust
uses: dtolnay/rust-toolchain@nightly
- name: Build deps
run: make deps
- name: Test Coverage
run: make test-coverage
- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 468cf84

Please sign in to comment.