Skip to content

simplify inventory/meta parsing #92

simplify inventory/meta parsing

simplify inventory/meta parsing #92

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: "1.22"
- name: Checkout code
uses: actions/[email protected]
- name: Test
run: |
go test ./... -coverprofile=profile.cov
- uses: shogo82148/[email protected]
with:
path-to-profile: profile.cov