Skip to content

πŸ₯ƒ ASGI

πŸ₯ƒ ASGI #44

Workflow file for this run

name: πŸ“ˆ Test Coverage
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: πŸ“ Generate Coverage report
runs-on: ubuntu-latest
steps:
- name: πŸ“° Checkout
uses: actions/checkout@v3
- name: βœ… Run Coverage Tests
run: ./ov cover
- name: πŸ“” Coveralls
uses: coverallsapp/github-action@master
with:
path-to-lcov: coverage.lcov
github-token: ${{ secrets.GITHUB_TOKEN }}