Skip to content

Merge pull request #916 from skokado/fix/address-warning-async-auth #425

Merge pull request #916 from skokado/fix/address-warning-async-auth

Merge pull request #916 from skokado/fix/address-warning-async-auth #425

Workflow file for this run

name: Test Coverage
on:
push:
branches:
- master
jobs:
test_coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install Flit
run: pip install flit
- name: Install Dependencies
run: flit install --symlink
- name: Test
run: pytest --cov=ninja --cov-report=xml tests
- name: Coverage
uses: codecov/[email protected]