Skip to content

Commit 935c86c

Browse files
schighclaude
andcommitted
Add Codecov integration and badge
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7cc8dc6 commit 935c86c

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
exit 1
2727
fi
2828
- run: go vet ./...
29+
- name: Upload coverage reports to Codecov
30+
uses: codecov/codecov-action@v5
31+
with:
32+
token: ${{ secrets.CODECOV_TOKEN }}
2933

3034
bench:
3135
runs-on: ubuntu-latest

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.idea/
2+
.gstack/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![CI](https://github.com/schigh/str/actions/workflows/ci.yml/badge.svg)](https://github.com/schigh/str/actions/workflows/ci.yml)
22
[![Go Reference](https://pkg.go.dev/badge/github.com/schigh/str.svg)](https://pkg.go.dev/github.com/schigh/str)
33
[![Go Report Card](https://goreportcard.com/badge/github.com/schigh/str)](https://goreportcard.com/report/github.com/schigh/str)
4+
[![codecov](https://codecov.io/github/schigh/str/graph/badge.svg?token=vzYvIwXOLk)](https://codecov.io/github/schigh/str)
45

56
# str
67

0 commit comments

Comments
 (0)