Skip to content

minimal diff to be able to return the task response bytes instead of just the task response digest #628

minimal diff to be able to return the task response bytes instead of just the task response digest

minimal diff to be able to return the task response bytes instead of just the task response digest #628

Workflow file for this run

name: test-coverage
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: Update coverage badge
uses: ./.github/actions/test-coverage
with:
chart: true
amend: true