I'm guessing this may start causing us problems either soon or never.
Some checks failed
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Failing after 4m53s

This commit is contained in:
2025-05-22 19:10:04 -04:00
parent 8a264b035b
commit 933e75eb2d

View File

@@ -38,7 +38,7 @@ jobs:
go test -v ./... -coverprofile=coverage.out
- name: 📊 📈 Upload Coverage Report
uses: actions/upload-artifact@v4
uses: christopherhx/gitea-upload-artifact@v4
with:
name: coverage-report
path: coverage.out