Skip to content

Commit

Permalink
SIANXSVC-1214: Replace codecov with codeclimate
Browse files Browse the repository at this point in the history
Unfortunately, the badge URL contains the ID of the project which does
not seem to be publicly available. So, as of right now, the badge in the
README would not work and therefore got removed.
  • Loading branch information
nachtjasmin committed Feb 26, 2024
1 parent 8a159d0 commit fdca307
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ jobs:
run: go vet ./...
- name: Run Go test
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
- name: Upload coverage to Codeclimate
uses: paambaati/codeclimate-action@v5
with:
coverageLocations: ["coverage.txt:gocov"]
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ go-e5e

[![PkgGoDev](https://pkg.go.dev/badge/go.anx.io/e5e/v2)](https://pkg.go.dev/go.anx.io/e5e/v2)
[![Build Status](https://github.com/anexia/go-e5e/actions/workflows/test.yml/badge.svg?branch=main&event=push)](https://github.com/anexia/go-e5e/actions/?query=workflow%3Atest)
[![codecov](https://codecov.io/gh/anexia/go-e5e/branch/main/graph/badge.svg)](https://codecov.io/gh/anexia/go-e5e)
[![Go Report Card](https://goreportcard.com/badge/go.anx.io/e5e/v2)](https://goreportcard.com/report/go.anx.io/e5e/v2)

go-e5e is a support library to help Go developers build Anexia e5e functions.
Expand Down

0 comments on commit fdca307

Please sign in to comment.