chore: fix workflow file

This commit is contained in:
Stevan Freeborn
2026-01-12 18:15:38 -06:00
parent 311acd4d26
commit 6e35c0a787
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
version: latest
- name: Run tests
run: go test -v ./... -coverprofile=coverage.out
- name Generate coverage report
- name: Generate coverage report
run: go tool cover -html=coverage.out -o coverage.html
- name: Upload test coverage
uses: actions/upload-artifact@v6