ci: export cover report and add it to page wiki for badge

This commit is contained in:
Slug-Boi
2025-04-10 12:43:46 +02:00
parent 5cd8ee63b6
commit cf392035d3
2 changed files with 20 additions and 2 deletions
+13 -1
View File
@@ -20,4 +20,16 @@ jobs:
- name: Get Dagger
run: cd ci && go get dagger.io/dagger@latest && cd ..
- name: Run Dagger Test Workflow
run: go run ci/test_on_push.go
run: go run ci/test_on_push.go
- name: Update coverage report
uses: ncruces/go-coverage-report@v0
with:
coverage-file: cover.out
report: true
chart: true
amend: true
if: |
matrix.os == 'ubuntu-latest' &&
github.event_name == 'push'
continue-on-error: true