Skip to content

add more capabilities in skewer #55

add more capabilities in skewer

add more capabilities in skewer #55

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: test + calculate coverage
run: "bash ci/cover.sh"
- uses: codecov/codecov-action@v1