Skip to content

Successful generation of pearson correlation graph of cytokines plasm… #735

Successful generation of pearson correlation graph of cytokines plasm…

Successful generation of pearson correlation graph of cytokines plasm… #735

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: poetry install --no-root
- name: Test with pytest
run: poetry run pytest --cov=tfac --cov-report xml --cov-config=.github/workflows/coveragerc
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
file: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true