Add Simple Server and Coverage action (#2168)

* Add Simple Server and CodeCov action

* Remove token

* Codecov to tox.ini

* fix tox

* Set coverage location

* Add ignore to codecov

* Try glob ignore

* Setup CodeClimate

* Allow coverage check to run

* Change coverage check

* Add codeclimate exclusions
This commit is contained in:
Adam Hopkins
2021-06-21 14:53:09 +03:00
committed by GitHub
parent f39b8b32f7
commit 7c180376d6
12 changed files with 156 additions and 44 deletions

View File

@@ -6,6 +6,9 @@ on:
push:
branches:
- main
paths:
- sanic/*
- tests/*
jobs:
testPy37:
@@ -14,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, macos-latest]
# os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
config:
- { python-version: 3.7, tox-env: py37 }