Add codecov to Go unit tests (#282)

Adds code coverage to Go unit tests.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Integrated automated unit test coverage reporting with Codecov
integration
* Restructured test execution to separate unit and end-to-end tests into
distinct workflows

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Philip Laine
2026-06-01 16:06:57 +02:00
committed by GitHub
parent 5dd73dcc80
commit 9e826e2a20
3 changed files with 14 additions and 9 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ Dockerfile.cross
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Output of the go coverage tool.
coverage.txt
# Go workspace file
go.work