Skip to content

Ensures singular attachment for 3DS container #85

Ensures singular attachment for 3DS container

Ensures singular attachment for 3DS container #85

Workflow file for this run

name: Continuous Integration
on:
push:
pull_request:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
name: Check
steps:
- uses: actions/checkout@v3
- name: Types
run: make test-types
unit_test:
runs-on: ubuntu-latest
name: Unit test
steps:
- uses: actions/checkout@v3
- name: Unit test
run: make test
- name: Report coverage
uses: coverallsapp/github-action@v2
continue-on-error: true
with:
path-to-lcov: ./build/reports/coverage/lcov.info