Skip to content

Commit

Permalink
minor changes in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bnkamalesh committed Oct 5, 2024
1 parent 317c2b9 commit 18a3ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,10 @@ jobs:
- name: Build
run: go build -v ./...

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

- name: Check out code
uses: actions/checkout@v2
- name: Install dependencies
run: |
go mod download
- name: Run Unit tests
run: |
go install github.com/mattn/goveralls@latest
go test -race -covermode atomic -coverprofile=covprofile ./...
- name: Install goveralls
run: go install github.com/mattn/goveralls@latest
# - name: Send coverage
# env:
# COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: goveralls -coverprofile=covprofile -service=github
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![](https://github.com/naughtygopher/pocache/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/naughtygopher/pocache/actions)
[![Go Reference](https://pkg.go.dev/badge/github.com/naughtygopher/pocache.svg)](https://pkg.go.dev/github.com/naughtygopher/pocache)
[![Go Report Card](https://goreportcard.com/badge/github.com/naughtygopher/pocache)](https://goreportcard.com/report/github.com/naughtygopher/pocache)
[![Go Coverage](https://github.com/naughtygopher/REPO/wiki/coverage.svg)](https://raw.githack.com/wiki/naughtygopher/pocache/coverage.html)
[![Coverage Status](https://coveralls.io/repos/github/naughtygopher/pocache/badge.svg?branch=main)](https://coveralls.io/github/naughtygopher/pocache?branch=main)

# Pocache

Expand Down

0 comments on commit 18a3ded

Please sign in to comment.