Ai
1 Star 0 Fork 0

ghosind/go-async

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
coverage.yaml 425 Bytes
一键复制 编辑 原始数据 按行查看 历史
ghosind 提交于 2025-09-04 16:32 +08:00 . ci: update go and actions version
name: coverage
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "1.25"
- name: Test
run: go test -v ./... -coverprofile=coverage.out
- name: Upload coverage report
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ghosind/go-async.git
git@gitee.com:ghosind/go-async.git
ghosind
go-async
go-async
main

搜索帮助