Skip to content

Support GS1 for datamatrix #48

Support GS1 for datamatrix

Support GS1 for datamatrix #48

Workflow file for this run

name: Go Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
- name: Test
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic -shuffle=on ./...
- name: Upload coverage
uses: codecov/codecov-action@v2