Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aandreba committed Sep 3, 2024
1 parent 94d002c commit 9b9c57b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
1 change: 1 addition & 0 deletions Justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
coverage: clean
rm -rf kcov-out
zig build test -Doptimize=Debug
kcov --include-pattern=src/root.zig,src/tests.zig kcov-out zig-cache/o/**/test

Expand Down
13 changes: 0 additions & 13 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
.{
.name = "zigrc",
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
.version = "0.5.0",

// This field is optional.
// This is currently advisory only; Zig does not yet do anything
// with this value.
.minimum_zig_version = "0.12.0",

// Specifies the set of files and directories that are included in this package.
// Only files and directories listed here are included in the `hash` that
// is computed for this package.
// Paths are relative to the build root. Use the empty string (`""`) to refer to
// the build root itself.
// A directory listed here means that all files within, recursively, are included.
.paths = .{
"build.zig",
"build.zig.zon",
Expand Down

0 comments on commit 9b9c57b

Please sign in to comment.