Browse Source

coverage added

master
Bernd-René Predota 5 years ago
parent
commit
c646b72a6f
  1. 1
      .gitignore
  2. 2
      README.md
  3. 2
      go.mod
  4. 2
      lib/cmd/cmd.go
  5. 2
      main.go

1
.gitignore

@ -15,3 +15,4 @@ gin-bin
goAPISkel
goAPISkel.yml
gorm.db
coverage.out

2
README.md

@ -1,6 +1,6 @@
# golang API Skeleton
[![Build Status](https://ci.kapschcs.at/api/badges/bpredota/golang-api-skeleton/status.svg)](https://ci.kapschcs.at/bpredota/golang-api-skeleton)
[![Build Status](https://ci.kapschcs.at/api/badges/bpredota/golang-api-skeleton/status.svg)](https://ci.kapschcs.at/bpredota/golang-api-skeleton) <a href='https://github.com/jpoles1/gopherbadger' target='_blank'>![gopherbadger-tag-do-not-edit](https://img.shields.io/badge/Go%20Coverage-87%25-brightgreen.svg?longCache=true&style=flat)</a>
refined skeleton future apis should be based on

2
go.mod

@ -1,4 +1,4 @@
module git.devices.local/mawas/skel
module git.kapschcs.at/bpredota/golang-api-skeleton
go 1.15

2
lib/cmd/cmd.go

@ -4,7 +4,7 @@ import (
"fmt"
"os"
"git.devices.local/mawas/skel/lib/config"
"git.kapschcs.at/bpredota/golang-api-skeleton/lib/config"
"github.com/spf13/cobra"
)

2
main.go

@ -4,7 +4,7 @@ import (
"fmt"
"os"
"git.devices.local/mawas/skel/lib/cmd"
"git.kapschcs.at/bpredota/golang-api-skeleton/lib/cmd"
log "github.com/sirupsen/logrus"
"github.com/spf13/viper"
)

Loading…
Cancel
Save