Skip to content

Merge pull request #113 from sp-yduck/feature/cosmetic-changes #44

Merge pull request #113 from sp-yduck/feature/cosmetic-changes

Merge pull request #113 from sp-yduck/feature/cosmetic-changes #44

Workflow file for this run

name: unit test coverage
# add public code coverage reports
on:
push:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: "make unit-test-cover"
- uses: codecov/codecov-action@v2