Skip to content

Commit

Permalink
Update and rename go-test.yml to go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
presbrey authored Jan 27, 2025
1 parent 98394b3 commit 3d06aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yml → .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go Test
name: Go

on:
push:
Expand Down Expand Up @@ -31,6 +31,6 @@ jobs:
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./...

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3d06aa1

Please sign in to comment.