Skip to content

ensuring that rank_by_binding_effect is passed through in rank resp… #126

ensuring that rank_by_binding_effect is passed through in rank resp…

ensuring that rank_by_binding_effect is passed through in rank resp… #126

Workflow file for this run

name: callingCardsTools Test Coverage
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Test CallingCardsTools
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Install requirements
run: |
pip install -U pip
pip install poetry
poetry install
- name: Run tests and collect coverage
run: poetry run pytest --cov=./ --cov-report=xml
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3