Skip to content

Commit

Permalink
Merge branch 'main' into test-one-cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins authored Sep 6, 2023
2 parents 402aa43 + d255d1a commit 1f6daea
Show file tree
Hide file tree
Showing 350 changed files with 51,831 additions and 2,646 deletions.
28 changes: 11 additions & 17 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,23 @@ on:
- main
- current-release
- "*LTS"

jobs:
test:
runs-on: ${{ matrix.os }}
coverage:
name: Check coverage
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
os: [ubuntu-latest]
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies 🔨
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run coverage
run: tox -e coverage
continue-on-error: true
- uses: codecov/codecov-action@v2
uses: sanic-org/simple-tox-action@v1
with:
python-version: "3.11"
tox-env: coverage
ignore-errors: true
- name: Run Codecov
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
fail_ci_if_error: false
39 changes: 0 additions & 39 deletions .github/workflows/on-demand.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/pr-bandit.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/pr-docs.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/pr-linter.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/pr-python-pypy.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/pr-python310.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/pr-python311.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/pr-python38.yml

This file was deleted.

Loading

0 comments on commit 1f6daea

Please sign in to comment.