Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischtel authored Dec 15, 2024
1 parent c2efcc3 commit 847291c
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,27 +46,3 @@ jobs:
key: ${{ runner.os }}-zig-${{ matrix.zig-version }}-${{ hashFiles('**/build.zig.zon') }}
restore-keys: |
${{ runner.os }}-zig-${{ matrix.zig-version }}-
coverage:
needs: test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: '0.11.0'

- name: Generate coverage
run: |
zig build test -Dcover
# Add your actual coverage tool here
echo "Coverage generation placeholder"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: ./coverage.lcov
fail_ci_if_error: true

0 comments on commit 847291c

Please sign in to comment.