Skip to content

Show coverage report in github actions #25

Show coverage report in github actions

Show coverage report in github actions #25

Workflow file for this run

name: Check
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/test