Skip to content

Add []byte as base64 flag type and support direct binary from configmap binaryData section for said type #92

Add []byte as base64 flag type and support direct binary from configmap binaryData section for said type

Add []byte as base64 flag type and support direct binary from configmap binaryData section for said type #92

Workflow file for this run

name: "Code Coverage"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v4
with:
go-version: '1.19'
- name: Run test coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
- uses: codecov/codecov-action@v3
with:
files: coverage.out