Skip to content

increment subversion number for bug fix #189

increment subversion number for bug fix

increment subversion number for bug fix #189

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
steps:
- name: Checkout Source
uses: actions/checkout@v2.3.1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install package
run: |
python -m pip install --upgrade pip
pip install -r requirements/requirements-tests.txt
pip install -r requirements/requirements-core.txt
pip install .
- name: Run tests
run: |
pytest --cov-report term --cov=s2wav --cov-config=.coveragerc
codecov --token ac038325-9d87-464b-983e-a55afca9e9ce