Skip to content

DATAOPS-779: Fix undetermined percentage handler #19

DATAOPS-779: Fix undetermined percentage handler

DATAOPS-779: Fix undetermined percentage handler #19

Workflow file for this run

name: Run Unit Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install -r requirements/dev .
- name: Launch tests
run: |
pytest --cov=checkQC --cov-report=xml tests/
- name: Update data on codecov
uses: codecov/codecov-action@v3