Skip to content

Commit

Permalink
ops: add build summary
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Jun 19, 2024
1 parent 607361a commit 621f752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: zig build

- name: Test
run: zig build test
run: zig build test --summary all

coverage:
name: Test coverage
Expand All @@ -47,7 +47,7 @@ jobs:
kcov
- name: Generate coverage
run: zig build coverage
run: zig build coverage --summary all

- name: Upload coverage
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 621f752

Please sign in to comment.