ci: upload unit test coverage
Some checks failed
CI / test (pull_request) Failing after 4m39s

This commit is contained in:
2026-01-10 20:56:18 +01:00
parent 640323f3d3
commit 4cc623ca48

View File

@@ -42,3 +42,10 @@ jobs:
run: make test
- name: check:format
run: make check-format
- name: Upload test-coverage
uses: ChristopherHX/gitea-upload-artifact@v4
with:
name: realdnydns-test-coverage
path: |
lcov.info
retention-days: 1