Skip to content

Add raw behaviour for the jq expression for the simple fields(like st… #61

Add raw behaviour for the jq expression for the simple fields(like st…

Add raw behaviour for the jq expression for the simple fields(like st… #61

Workflow file for this run

name: Test Unit
on: push
jobs:
test-unit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Test Unit
run: make test-unit
- name: Coverage report
uses: mgerasimchuk/go-coverage-report@chart-diff-only
with:
badge-title: Coverage (unit)
coverage-file: assets/coverage/unit/coverage.out
report: true
output-dir: assets/coverage/unit
chart: true
chart-show-diff-only: true