We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fea2d0 commit e432ee9Copy full SHA for e432ee9
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Run tests
51
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
52
- name: Upload coverage
53
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
54
with:
55
files: coverage.txt
56
flags: unittests
.github/workflows/release.yml
@@ -11,6 +11,7 @@ permissions:
11
12
jobs:
13
goreleaser:
14
+ name: GoReleaser
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout repository
0 commit comments