Skip to content

feat: generate JSON for arbitrary CBOR #13

feat: generate JSON for arbitrary CBOR

feat: generate JSON for arbitrary CBOR #13

Workflow file for this run

# The below is copied from the upstream docs:
# https://github.com/kskitek/coverdiff/blob/main/README.md
name: Test coverage report
concurrency:
cancel-in-progress: true
group: coverdiff-${{ github.ref }}
on: [pull_request]
permissions:
contents: read
pull-requests: write
jobs:
main:
name: Coverage
runs-on: ubuntu-latest
steps:
- name: Go cover diff
uses: kskitek/coverdiff@v0.4.0