Skip to content

Commit f6444db

Browse files
authored
chore(ci): Remove codecov completely (#150)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 84dcfa7 commit f6444db

3 files changed

Lines changed: 1 addition & 15 deletions

File tree

.github/codecov.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,4 @@ jobs:
1818
with:
1919
go-version: 1.25.x
2020
- uses: actions/checkout@v5
21-
- run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
22-
- name: Codecov
23-
uses: codecov/codecov-action@v6.0.0
24-
with:
25-
files: ./coverage.txt
26-
token: ${{ secrets.CODECOV_TOKEN }}
21+
- run: go test ./... -race

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# go-away
44
![test](https://github.com/TwiN/go-away/workflows/test/badge.svg)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/TwiN/go-away)](https://goreportcard.com/report/github.com/TwiN/go-away)
6-
[![codecov](https://codecov.io/gh/TwiN/go-away/branch/master/graph/badge.svg)](https://codecov.io/gh/TwiN/go-away)
76
[![Go Reference](https://pkg.go.dev/badge/github.com/TwiN/go-away.svg)](https://pkg.go.dev/github.com/TwiN/go-away)
87
[![Follow TwiN](https://img.shields.io/github/followers/TwiN?label=Follow&style=social)](https://github.com/TwiN)
98

0 commit comments

Comments
 (0)