-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For accurate coverage estimation. Signed-off-by: Alexey Palazhchenko <[email protected]>
- Loading branch information
Showing
10 changed files
with
140 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
app/cluster-api-provider-sidero/api/v1alpha2/v1alpha2_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// This Source Code Form is subject to the terms of the Mozilla Public | ||
// License, v. 2.0. If a copy of the MPL was not distributed with this | ||
// file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
package v1alpha2_test | ||
|
||
import "testing" | ||
|
||
func TestEmpty(t *testing.T) { | ||
// added for accurate coverage estimation | ||
// | ||
// please remove it once any unit-test is added | ||
// for this package | ||
} |
14 changes: 14 additions & 0 deletions
14
app/cluster-api-provider-sidero/api/v1alpha3/v1alpha3_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// This Source Code Form is subject to the terms of the Mozilla Public | ||
// License, v. 2.0. If a copy of the MPL was not distributed with this | ||
// file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
package v1alpha3_test | ||
|
||
import "testing" | ||
|
||
func TestEmpty(t *testing.T) { | ||
// added for accurate coverage estimation | ||
// | ||
// please remove it once any unit-test is added | ||
// for this package | ||
} |
14 changes: 14 additions & 0 deletions
14
app/metal-controller-manager/api/v1alpha1/v1alpha1_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// This Source Code Form is subject to the terms of the Mozilla Public | ||
// License, v. 2.0. If a copy of the MPL was not distributed with this | ||
// file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
package v1alpha1_test | ||
|
||
import "testing" | ||
|
||
func TestEmpty(t *testing.T) { | ||
// added for accurate coverage estimation | ||
// | ||
// please remove it once any unit-test is added | ||
// for this package | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// This Source Code Form is subject to the terms of the Mozilla Public | ||
// License, v. 2.0. If a copy of the MPL was not distributed with this | ||
// file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
package ipxe_test | ||
|
||
import "testing" | ||
|
||
func TestEmpty(t *testing.T) { | ||
// added for accurate coverage estimation | ||
// | ||
// please remove it once any unit-test is added | ||
// for this package | ||
} |
14 changes: 14 additions & 0 deletions
14
app/metal-controller-manager/internal/power/api/api_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// This Source Code Form is subject to the terms of the Mozilla Public | ||
// License, v. 2.0. If a copy of the MPL was not distributed with this | ||
// file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
package api_test | ||
|
||
import "testing" | ||
|
||
func TestEmpty(t *testing.T) { | ||
// added for accurate coverage estimation | ||
// | ||
// please remove it once any unit-test is added | ||
// for this package | ||
} |
14 changes: 14 additions & 0 deletions
14
app/metal-controller-manager/internal/power/ipmi/ipmi_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// This Source Code Form is subject to the terms of the Mozilla Public | ||
// License, v. 2.0. If a copy of the MPL was not distributed with this | ||
// file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
package ipmi_test | ||
|
||
import "testing" | ||
|
||
func TestEmpty(t *testing.T) { | ||
// added for accurate coverage estimation | ||
// | ||
// please remove it once any unit-test is added | ||
// for this package | ||
} |
14 changes: 14 additions & 0 deletions
14
app/metal-controller-manager/internal/power/metal/metal_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// This Source Code Form is subject to the terms of the Mozilla Public | ||
// License, v. 2.0. If a copy of the MPL was not distributed with this | ||
// file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
package metal_test | ||
|
||
import "testing" | ||
|
||
func TestEmpty(t *testing.T) { | ||
// added for accurate coverage estimation | ||
// | ||
// please remove it once any unit-test is added | ||
// for this package | ||
} |
14 changes: 14 additions & 0 deletions
14
app/metal-controller-manager/internal/server/server_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// This Source Code Form is subject to the terms of the Mozilla Public | ||
// License, v. 2.0. If a copy of the MPL was not distributed with this | ||
// file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
package server_test | ||
|
||
import "testing" | ||
|
||
func TestEmpty(t *testing.T) { | ||
// added for accurate coverage estimation | ||
// | ||
// please remove it once any unit-test is added | ||
// for this package | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// This Source Code Form is subject to the terms of the Mozilla Public | ||
// License, v. 2.0. If a copy of the MPL was not distributed with this | ||
// file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
package tftp_test | ||
|
||
import "testing" | ||
|
||
func TestEmpty(t *testing.T) { | ||
// added for accurate coverage estimation | ||
// | ||
// please remove it once any unit-test is added | ||
// for this package | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// This Source Code Form is subject to the terms of the Mozilla Public | ||
// License, v. 2.0. If a copy of the MPL was not distributed with this | ||
// file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
package client_test | ||
|
||
import "testing" | ||
|
||
func TestEmpty(t *testing.T) { | ||
// added for accurate coverage estimation | ||
// | ||
// please remove it once any unit-test is added | ||
// for this package | ||
} |