Skip to content

Bug/fe 478 In crease accuracy when rounding results for the UI #636

Bug/fe 478 In crease accuracy when rounding results for the UI

Bug/fe 478 In crease accuracy when rounding results for the UI #636

name: gsy-framework-ci
on:
pull_request:
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
env:
TOXENV: ci
run: |
pip install tox==3.24.4
tox -e $TOXENV
- name: Check coverage with Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
verbose: true