mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
Adds code coverage to Go unit tests. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Integrated automated unit test coverage reporting with Codecov integration * Restructured test execution to separate unit and end-to-end tests into distinct workflows <!-- end of auto-generated comment: release notes by coderabbit.ai -->
28 lines
382 B
Plaintext
28 lines
382 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bin/*
|
|
Dockerfile.cross
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool.
|
|
coverage.txt
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Kubernetes Generated files - skip generated files, except for vendored files
|
|
!vendor/**/zz_generated.*
|
|
|
|
# editor and IDE paraphernalia
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
*~
|