Skip to content

Commit

Permalink
Update coverage CI
Browse files Browse the repository at this point in the history
  • Loading branch information
System-Glitch committed Feb 13, 2024
1 parent de85524 commit 4ba4180
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@ jobs:
go test -v -race -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... ./...
go tool cover -html=coverage.txt -o coverage.html
- if: ${{ matrix.go == '1.22' }}
name: 'Upload Coverage artifact'
uses: actions/upload-artifact@v3
uses: shogo82148/actions-goveralls@v1
with:
name: coverage
path: coverage.html
retention-days: 15
path-to-profile: coverage.txt

lint:
name: Lint
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
I am a copier, I copy everything from one to another

[![test status](https://github.com/go-goyave/copier/workflows/tests/badge.svg "test status")](https://github.com/go-goyave/copier/actions)
[![Coverage Status](https://coveralls.io/repos/github/go-goyave/copier/badge.svg?branch=master)](https://coveralls.io/github/go-goyave/copier?branch=master)

## This fork's purpose

Expand Down

0 comments on commit 4ba4180

Please sign in to comment.