Merge pull request #49 from xushiwei/q

codecov
This commit is contained in:
xushiwei
2024-04-25 07:39:44 +08:00
committed by GitHub

View File

@@ -62,5 +62,8 @@ jobs:
- name: Test
run: go test -v -coverprofile="coverage.txt" -covermode=atomic ./...
- name: Codecov
uses: codecov/codecov-action@v2
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: goplus/llgo