mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-04 03:52:31 +03:00
2dcdbcd32b
Track code coverage https://github.com/ossf/scorecard/issues/986 Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
48 lines
688 B
Plaintext
48 lines
688 B
Plaintext
# binary.
|
|
scorecard
|
|
gitblobcache
|
|
clients/githubrepo/roundtripper/tokens/server/github-auth-server
|
|
cron/data/add/add
|
|
cron/data/validate/validate
|
|
cron/data/update/projects-update
|
|
cron/controller/controller
|
|
cron/worker/worker
|
|
cron/cii/cii-worker
|
|
cron/shuffle/shuffle
|
|
cron/webhook/webhook
|
|
cron/bq/data-transfer
|
|
|
|
# Binaries for programs and plugins.
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`.
|
|
*.test
|
|
results.json
|
|
*.json
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE.
|
|
*.coverprofile*
|
|
unit-coverage.out
|
|
e2e-coverage.out
|
|
|
|
|
|
# IDE directories.
|
|
.vscode/
|
|
*.iml
|
|
.idea
|
|
|
|
# tools
|
|
bin
|
|
|
|
cache
|
|
output
|
|
gitfolder.*
|
|
githubrepo.tar.gz
|
|
|
|
# goreleaser
|
|
dist/*
|