From 175da7b2e5b89984481ec4d2f5ef9783bd728d9d Mon Sep 17 00:00:00 2001 From: sha1n Date: Wed, 1 Jul 2026 20:48:16 +0300 Subject: [PATCH] chore: remove GoReportCard integration --- .github/workflows/go-report-card.yml | 14 -------------- README.md | 1 - docs/README.md | 1 - 3 files changed, 16 deletions(-) delete mode 100644 .github/workflows/go-report-card.yml diff --git a/.github/workflows/go-report-card.yml b/.github/workflows/go-report-card.yml deleted file mode 100644 index a8e16fd..0000000 --- a/.github/workflows/go-report-card.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Go report card - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - refresh_go_report_card: - runs-on: ubuntu-latest - steps: - - name: Go report card - uses: creekorful/goreportcard-action@v1.0 diff --git a/README.md b/README.md index 73381a2..7baf991 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ [![Go](https://github.com/sha1n/bert/actions/workflows/go.yml/badge.svg)](https://github.com/sha1n/bert/actions/workflows/go.yml) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/sha1n/bert) -[![Go Report Card](https://goreportcard.com/badge/sha1n/bert)](https://goreportcard.com/report/sha1n/bert) [![Coverage Status](https://coveralls.io/repos/github/sha1n/bert/badge.svg)](https://coveralls.io/github/sha1n/bert?branch=master) [![Release](https://img.shields.io/github/release/sha1n/bert.svg?style=flat-square)](https://github.com/sha1n/bert/releases) [![Release Drafter](https://github.com/sha1n/bert/actions/workflows/release-drafter.yml/badge.svg)](https://github.com/sha1n/bert/actions/workflows/release-drafter.yml) diff --git a/docs/README.md b/docs/README.md index c9549ac..7a4006a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,5 @@ [![Go](https://github.com/sha1n/bert/actions/workflows/go.yml/badge.svg)](https://github.com/sha1n/bert/actions/workflows/go.yml) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/sha1n/bert) -[![Go Report Card](https://goreportcard.com/badge/sha1n/bert)](https://goreportcard.com/report/sha1n/bert) [![Coverage Status](https://coveralls.io/repos/github/sha1n/bert/badge.svg)](https://coveralls.io/github/sha1n/bert?branch=master) [![Release](https://img.shields.io/github/release/sha1n/bert.svg?style=flat-square)](https://github.com/sha1n/bert/releases) [![Release Drafter](https://github.com/sha1n/bert/actions/workflows/release-drafter.yml/badge.svg)](https://github.com/sha1n/bert/actions/workflows/release-drafter.yml)