Skip to content

Commit

Permalink
Fix coverage action (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
carreter authored Dec 19, 2023
1 parent e52eeea commit b7e3a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
build:
release:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default:

# Get coverage profile
coverage:
go test -v -coverprofile=provile.cov ./...
go test -v -coverprofile=profile.cov ./...

# Linting and static checks
lint:
Expand Down

0 comments on commit b7e3a8e

Please sign in to comment.