mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
ci: export cover report and add it to page wiki for badge
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user