mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 21:38:25 +00:00
Add blank test files to ensure included in coverage report
This commit is contained in:
4
cmd/cmd_test.go
Normal file
4
cmd/cmd_test.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package cmd_test
|
||||
|
||||
// todo: actually test
|
||||
// purposefully empty to trigger coverage report
|
||||
4
server/events/github/client_test.go
Normal file
4
server/events/github/client_test.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package github_test
|
||||
|
||||
// todo: actually test
|
||||
// purposefully empty to trigger coverage report
|
||||
4
server/events/terraform/terraform_client_test.go
Normal file
4
server/events/terraform/terraform_client_test.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package terraform_test
|
||||
|
||||
// todo: actually test
|
||||
// purposefully empty to trigger coverage report
|
||||
4
server/logging/logging_test.go
Normal file
4
server/logging/logging_test.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package logging_test
|
||||
|
||||
// todo: actually test
|
||||
// purposefully empty to trigger coverage report
|
||||
4
server/recovery/recovery_test.go
Normal file
4
server/recovery/recovery_test.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package recovery_test
|
||||
|
||||
// todo: actually test
|
||||
// purposefully empty to trigger coverage report
|
||||
Reference in New Issue
Block a user