Skip to content

style: black formatting #68

style: black formatting

style: black formatting #68

Workflow file for this run

name: codecov
on:
push:
branches: [main]
pull_request:
jobs:
code_coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
architecture: x64
- uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: "1.1.13"
- run: poetry install --extras all
- run: poetry run pytest --cov=netsuite --cov-report=xml --cov-report=term
- uses: codecov/codecov-action@v3
with:
files: ./coverage.xml