Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions internal/bitbucket/bitbucket_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package bitbucket_test

import "testing"

func TestPlaceholder(t *testing.T) {
// We use the tool cover for coverage, but if there is no _test.go file, then
// Go use the tool covdata. At the same time, they removed covdata as a precompiled
// binary in the distribution. This made the coverage calculation fail for some of us.
}
9 changes: 9 additions & 0 deletions internal/logger/logger_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package logger_test

import "testing"

func TestPlaceholder(t *testing.T) {
// We use the tool cover for coverage, but if there is no _test.go file, then
// Go use the tool covdata. At the same time, they removed covdata as a precompiled
// binary in the distribution. This made the coverage calculation fail for some of us.
}
9 changes: 9 additions & 0 deletions internal/output/output_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package output_test

import "testing"

func TestPlaceholder(t *testing.T) {
// We use the tool cover for coverage, but if there is no _test.go file, then
// Go use the tool covdata. At the same time, they removed covdata as a precompiled
// binary in the distribution. This made the coverage calculation fail for some of us.
}
9 changes: 9 additions & 0 deletions internal/sonar/sonar_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package sonar_test

import "testing"

func TestPlaceholder(t *testing.T) {
// We use the tool cover for coverage, but if there is no _test.go file, then
// Go use the tool covdata. At the same time, they removed covdata as a precompiled
// binary in the distribution. This made the coverage calculation fail for some of us.
}
9 changes: 9 additions & 0 deletions internal/testHelpers/testHelpers_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package testHelpers_test

import "testing"

func TestPlaceholder(t *testing.T) {
// We use the tool cover for coverage, but if there is no _test.go file, then
// Go use the tool covdata. At the same time, they removed covdata as a precompiled
// binary in the distribution. This made the coverage calculation fail for some of us.
}