Skip to content

Commit

Permalink
Fix coverage report on master
Browse files Browse the repository at this point in the history
Master branch was not properly linted, and therefore the coverage report was not being uploaded.

Signed-off-by: Adrian Orive <[email protected]>
  • Loading branch information
Adirio committed Mar 16, 2021
1 parent 104672d commit 82c1b65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/config/v2/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ import (
// Version is the config.Version for project configuration 2
var Version = config.Version{Number: 2}

const apiVersion = "v1beta1"

type cfg struct {
// Version
Version config.Version `json:"version"`
Expand Down

0 comments on commit 82c1b65

Please sign in to comment.