This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
k3s
Watch
1
Star
0
Fork
0
You've already forked k3s
mirror of
https://github.com/k3s-io/k3s.git
synced
2024-06-07 19:41:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
18bc98f60c
k3s
/
scripts
/
test-unit
3 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Redux: Add Unit Test Coverage to CI (#3524) * Added Github action to run unit tests and connect to Codecov Signed-off-by: dereknola <derek.nola@suse.com>
2021-06-29 18:27:50 +00:00
#!/bin/bash
Fix coverage reporting to include all packages, not just those with tests Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-07-01 22:54:03 +00:00
go test -cover -coverpkg=./... -covermode=atomic -v ./pkg/...
Reference in New Issue
Copy Permalink