We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905e306 commit 2c34accCopy full SHA for 2c34acc
README.md
@@ -17,6 +17,8 @@ This directory contains directly usable tools installable via:
17
18
```
19
go get periph.io/x/cmd/...
20
+# From Go 1.17 onwards use the following - see https://go.dev/doc/go-get-install-deprecation
21
+go install periph.io/x/cmd/...
22
23
24
codecov.yml
@@ -18,3 +18,10 @@ coverage:
default:
target: 60%
threshold: 10%
+ignore:
+ - "README.md"
+ - "LICENSE"
+ - "CONTRIBUTORS"
25
+ - "CONTRIBUTING.md"
26
+ - "AUTHORS"
27
+ - "codecov.yml"
0 commit comments