Skip to content

Commit

Permalink
Merge pull request #765 from traPtitech/codecov-action
Browse files Browse the repository at this point in the history
🔧 Use codecov/codecov-action@v4
  • Loading branch information
H1rono authored Jun 23, 2024
2 parents 444568f + 4a517d5 commit fc3c4ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@ jobs:
MARIADB_PORT: 50000

- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v4
with:
files: ./coverage.out
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit fc3c4ae

Please sign in to comment.