Enhance Makefile and README for improved validation and cache management
- Updated the Makefile to include a new `clean-disk` target for removing disk cache, and modified the `run-validation` target to clean the disk cache before starting. - Enhanced the `check-review-labels` target to include additional file types in the search for temporary review labels, improving code hygiene checks. - Refined the README.md to clarify the hardening section and improve the description of the `prefill` command. - Removed the obsolete `test_cache/.gitkeep` file to clean up the repository.
This commit is contained in:
@@ -21,4 +21,4 @@ jobs:
|
||||
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
|
||||
- run: govulncheck ./...
|
||||
- run: go test -race -v -shuffle=on -coverprofile=coverage.out -timeout=5m ./...
|
||||
- run: go tool cover -func=coverage.out | tail -10 # basic coverage report (P2-04)
|
||||
- run: go tool cover -func=coverage.out | tail -10 # basic coverage report
|
||||
Reference in New Issue
Block a user