feat: add codeconv to ci

This commit is contained in:
Stavros
2025-07-04 01:48:38 +03:00
parent c10bff55de
commit 49c4c7a455

View File

@@ -39,4 +39,9 @@ jobs:
cp -r frontend/dist internal/assets/dist
- name: Run tests
run: go test -v ./...
run: go test -coverprofile=coverage.txt -v ./...
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}