Skip to content

bumping to 1.5.1; adding the name column back to the PeakCalling.ye… #117

bumping to 1.5.1; adding the name column back to the PeakCalling.ye…

bumping to 1.5.1; adding the name column back to the PeakCalling.ye… #117

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