Skip to content

Commit

Permalink
Add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
henvo committed Mar 8, 2024
1 parent bfc3359 commit 6c2ac99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ jobs:

- name: Test
run: go test -v ./...

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: henvo/go-interpolate
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# go-interpolate
A small tool for easy string interpolation in golang.

[![Go Reference](https://pkg.go.dev/badge/github.com/henvo/go-interpolate.svg)](https://pkg.go.dev/github.com/henvo/go-interpolate)
[![codecov](https://codecov.io/gh/henvo/go-interpolate/graph/badge.svg?token=7ROIVRP5C0)](https://codecov.io/gh/henvo/go-interpolate)

A small tool for easy string interpolation in golang.

## Usage

Expand Down

0 comments on commit 6c2ac99

Please # to comment.