Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Aug 26, 2023
1 parent aa87dac commit 67dc62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
GO111MODULE: on
GOPROXY: https://goproxy.cn
steps:
- name: Install go ${{ matrix.go-version }}
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: '>=1.16.0'
- name: Install dependencies
uses: actions/checkout@v3

- name: Test and create coverage file
- name: Create test coverage file
run: go test -coverprofile='coverage.txt' -covermode=atomic

- name: Upload coverage file to codecov
Expand Down

0 comments on commit 67dc62f

Please sign in to comment.