Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/go-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
#
# In the calling repo, make sure to run this workflow
# for all pushes to the default branch, too!
#
# This is just a dummy change in the Go coverage workflow.
name: Go test coverage report

non-existing-key: bad-value

on:
workflow_call:
secrets:
Expand Down
Loading