Skip to content

Commit

Permalink
Sanic multi-application server (#2347)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins authored Jan 16, 2022
1 parent 4a416e1 commit b8d9914
Show file tree
Hide file tree
Showing 28 changed files with 1,254 additions and 1,017 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ on:
tags:
- "!*" # Do not execute on tags
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- main
- "*LTS"
jobs:
test:
if: github.event.pull_request.draft == false
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -30,6 +31,7 @@ jobs:
pip install tox
- name: Run coverage
run: tox -e coverage
continue-on-error: true
- uses: codecov/codecov-action@v2
with:
files: ./coverage.xml
Expand Down
Loading

0 comments on commit b8d9914

Please sign in to comment.