mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 00:39:30 +00:00
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>
This commit is contained in:
@@ -21,6 +21,7 @@ echo "Did test-run-basics $?"
|
||||
. ./scripts/test-run-compat
|
||||
echo "Did test-run-compat $?"
|
||||
|
||||
|
||||
# ---
|
||||
|
||||
[ "$ARCH" != 'amd64' ] && \
|
||||
@@ -38,4 +39,6 @@ echo "Did test-run-sonobuoy $?"
|
||||
test-run-sonobuoy mysql
|
||||
test-run-sonobuoy postgres
|
||||
|
||||
. ./scripts/test-unit
|
||||
|
||||
exit 0
|
||||
|
||||
2
scripts/test-unit
Executable file
2
scripts/test-unit
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
go test -cover -v ./pkg/...
|
||||
@@ -32,5 +32,3 @@ if [ -n "$DIRTY" ]; then
|
||||
git diff
|
||||
exit 1
|
||||
fi
|
||||
|
||||
"${GO}" test -v ./pkg/...
|
||||
|
||||
Reference in New Issue
Block a user