fixed mistaken bug
Some checks failed
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Failing after 2m59s

This commit is contained in:
2025-05-22 19:04:52 -04:00
parent db40ce9ced
commit 8a264b035b

View File

@@ -35,4 +35,10 @@ jobs:
- name: ✅ 🔍 Run Go Tests
run: |
go test -v ./... -coverprofile=coverage.out
go test -v ./... -coverprofile=coverage.out
- name: 📊 📈 Upload Coverage Report
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: coverage.out