From 8ef04bb625d154ef7a937d3fd0aa0e11a1aa010d Mon Sep 17 00:00:00 2001 From: Rafael Escobar Date: Sun, 24 Dec 2023 10:15:47 -0300 Subject: [PATCH] Remove Travis and Codecov --- .travis.yml | 13 ------------- README.md | 12 +++--------- 2 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8b94353..0000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -language: go - -go: - - 1.14 - -before_install: - - go get -t -v ./... - -script: - - go test -race -coverprofile=coverage.txt -covermode=atomic `go list ./... | grep -v vendor` - -after_success: - - bash <(curl -s https://codecov.io/bash) diff --git a/README.md b/README.md index f6fa3d6..dd8c1f4 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ [![License][badge-1-img]][badge-1-link] [![go.dev][badge-2-img]][badge-2-link] -[![Travis CI][badge-3-img]][badge-3-link] -[![Codecov.io][badge-4-img]][badge-4-link] -[![Go Report Card][badge-5-img]][badge-5-link] +[![Go Report Card][badge-3-img]][badge-3-link] CPF, CNPJ, CEP, CNH, PIS/PASEP, RENAVAM, CNS and license plate validator for Go! @@ -66,9 +64,5 @@ domain, without any additional terms or conditions. [badge-1-link]: https://github.com/paemuri/brdoc/blob/master/LICENSE [badge-2-img]: https://img.shields.io/badge/go.dev-reference-007d9c?style=flat-square&logo=go&logoColor=white [badge-2-link]: https://pkg.go.dev/github.com/paemuri/brdoc -[badge-3-img]: https://img.shields.io/travis/paemuri/brdoc?style=flat-square -[badge-3-link]: https://travis-ci.org/paemuri/brdoc -[badge-4-img]: https://img.shields.io/codecov/c/gh/paemuri/brdoc?style=flat-square -[badge-4-link]: https://codecov.io/gh/paemuri/brdoc -[badge-5-img]: https://goreportcard.com/badge/github.com/paemuri/brdoc?style=flat-square -[badge-5-link]: https://goreportcard.com/report/github.com/paemuri/brdoc +[badge-3-img]: https://goreportcard.com/badge/github.com/paemuri/brdoc?style=flat-square +[badge-3-link]: https://goreportcard.com/report/github.com/paemuri/brdoc