Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Dec 23, 2024
1 parent fad6086 commit a68e5ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
allowUpdates: true
omitBodyDuringUpdate: true
artifacts: >
xrdebug-windows-*.tar.gz,
xrdebug-macos-*.tar.gz,
xrdebug-linux-*.tar.gz,
xrdebug-freebsd-*.tar.gz
dist/xrdebug-windows-*.tar.gz,
dist/xrdebug-macos-*.tar.gz,
dist/xrdebug-linux-*.tar.gz,
dist/xrdebug-freebsd-*.tar.gz
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ test-coverage:
mkdir -p coverage
gotestsum -- -v ./... -coverpkg=./... -coverprofile=coverage/coverage.out
go tool cover -html coverage/coverage.out -o coverage/coverage.html

make open-coverage:
open coverage/coverage.html

dev-deps:
Expand Down

0 comments on commit a68e5ef

Please sign in to comment.