Skip to content

Commit

Permalink
chore: update test codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
bos-hieu committed Aug 18, 2024
1 parent 0a9a267 commit 4ec7276
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ jobs:
${{ runner.os }}-go-
- name: Run Tests
run: |
go test -v -covermode=atomic -coverprofile=coverage.out
go test -v -covermode=atomic -coverprofile=coverage.txt
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
flags: ${{ matrix.os }},go-${{ matrix.go }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4ec7276

Please sign in to comment.