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 c9198df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
go tool cover -html=coverage.txt -o coverage.html
- if: ${{ matrix.go == '1.22' }}
name: 'Upload Coverage artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage.html
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 c9198df

Please sign in to comment.