Skip to content

Commit

Permalink
Update and rename go.yml to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonnee authored Apr 23, 2024
1 parent e52aec2 commit e142400
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ jobs:

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

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: lyonnee/hvalid

0 comments on commit e142400

Please sign in to comment.