Compare commits

..

No commits in common. "fc308bf56d06bdc3016afa6ce5e0f3411ca2b313" and "a4f698bb7bb5749667e9d4e9388e058ef1386938" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -20,8 +20,8 @@ jobs:
run: zig build --summary all
- name: Run tests
run: zig build test -Ddownload-geoip --summary all
# - name: Check code coverage >= 80%
# run: zig build coverage -Ddownload-geoip -Dcoverage-threshold=80 --summary all
- name: Check code coverage >= 80%
run: zig build coverage -Ddownload-geoip -Dcoverage-threshold=80 --summary all
- name: Package
run: zig build -Dtarget="$BUILD_TARGET" -Doptimize="$BUILD_OPTIMIZATION"
- name: Upload

View file

@ -29,7 +29,7 @@ repos:
- id: test
name: Run zig build test
entry: zig
args: ["build", "coverage", "-Dcoverage-threshold=80"]
args: ["build", "--verbose", "test"]
language: system
types: [file]
pass_filenames: false