Skip to content

Commit

Permalink
#71 Prepare for versioned release
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Jul 11, 2024
1 parent aa23112 commit bad262f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/coverage/testcoverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ local-prefix: "github.com/org/project"
threshold:
# (optional; default 0)
# The minimum coverage that each file should have
file: 80
file: 90

# (optional; default 0)
# The minimum coverage that each package should have
package: 80
package: 90

# (optional; default 0)
# The minimum total coverage project should have
total: 80
total: 90
# Holds regexp rules which will override thresholds for matched files or packages
# using their paths.
#
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ setup: setup-osarch-specific

.PHONY: lint
lint:
${GOBIN}/golangci-lint run --config=.github/linters/.golangci.yaml
@${GOBIN}/golangci-lint run --config=.github/linters/.golangci.yaml

# -----------------------------------------------------------------------------
# Build
Expand Down

0 comments on commit bad262f

Please sign in to comment.