Skip to content

⬆️ Bump github.com/tidwall/gjson from 1.16.0 to 1.17.0 #1183

⬆️ Bump github.com/tidwall/gjson from 1.16.0 to 1.17.0

⬆️ Bump github.com/tidwall/gjson from 1.16.0 to 1.17.0 #1183

Workflow file for this run

name: Coverage
on:
push:
branches: [ main, dev, feature/* ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Run coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)