Skip to content

chore(deps): update module gopkg.in/evanphx/json-patch.v4 to v4.13.0 … #19

chore(deps): update module gopkg.in/evanphx/json-patch.v4 to v4.13.0 …

chore(deps): update module gopkg.in/evanphx/json-patch.v4 to v4.13.0 … #19

Workflow file for this run

name: Code Coverage Report
on:
push:
branches:
- main
jobs:
report-coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version-file: go.mod
- name: Run tests
run: make test
- name: Codecov
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5