We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339759e commit 9ed7662Copy full SHA for 9ed7662
2 files changed
.github/dependabot.yml
@@ -8,9 +8,9 @@ updates:
8
- package-ecosystem: "gomod" # See documentation for possible values
9
directory: "/" # Location of package manifests
10
schedule:
11
- interval: "weekly"
+ interval: "monthly"
12
13
- package-ecosystem: github-actions
14
directory: /
15
16
Makefile
@@ -20,6 +20,7 @@ bench:
20
cover:
21
# This runs the benchmarks just once, as unit tests, for coverage reporting only.
22
# It does not replace running "make bench".
23
+ mkdir -p coverage
24
go test -v -race -run=. -bench=. -benchtime=1x -coverprofile=coverage/cover.out -covermode=atomic ./...
25
26
.PHONY: test
0 commit comments