Skip to content

Commit

Permalink
updated makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Fiona Ampofo <[email protected]>
  • Loading branch information
Akyiaa committed May 21, 2024
1 parent 99c9d1f commit efbbf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tests: galasactl-source build/coverage.txt build/coverage.html

build/coverage.out : galasactl-source
mkdir -p build
go test -v -cover -coverprofile=build/coverage.out -coverpkg pkg/api,./pkg/auth,./pkg/cmd,./pkg/runsformatter,./pkg/errors,./pkg/launcher,./pkg/utils,./pkg/runs,./pkg/properties,./pkg/propertiesformatter,./pkg/resources,./pkg/tokensformatter ./pkg/...
go test -v -cover -coverprofile=build/coverage.out -coverpkg pkg/api,./pkg/auth,./pkg/cmd,./pkg/runsformatter,./pkg/errors,./pkg/launcher,./pkg/utils,./pkg/runs,./pkg/properties,./pkg/propertiesformatter,./pkg/resources,./pkg/tokensformatter, ./pkg/...

build/coverage.html : build/coverage.out
go tool cover -html=build/coverage.out -o build/coverage.html
Expand Down

0 comments on commit efbbf1b

Please sign in to comment.