Skip to content

doc: adding example with compiling code for easier use for new users of skewer #71

doc: adding example with compiling code for easier use for new users of skewer

doc: adding example with compiling code for easier use for new users of skewer #71

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