Skip to content

Commit b7e3a8e

Browse files
authored
Fix coverage action (#430)
1 parent e52eeea commit b7e3a8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v[0-9]+.[0-9]+.[0-9]+'
77

88
jobs:
9-
build:
9+
release:
1010
runs-on: ubuntu-latest
1111
permissions:
1212
contents: write

‎justfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default:
66

77
# Get coverage profile
88
coverage:
9-
go test -v -coverprofile=provile.cov ./...
9+
go test -v -coverprofile=profile.cov ./...
1010

1111
# Linting and static checks
1212
lint:

0 commit comments

Comments
 (0)