Skip to content

feat: source username and password from env #148

feat: source username and password from env

feat: source username and password from env #148

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
- name: ASDF Parse
uses: kota65535/[email protected]
id: versions
- uses: actions/setup-python@v5
with:
python-version: "${{ steps.versions.outputs.python }}"
architecture: x64
- uses: abatilo/[email protected]
with:
poetry-version: "${{ steps.versions.outputs.poetry }}"
- run: poetry install --extras all
- run: poetry run pytest --cov=netsuite --cov-report=xml --cov-report=term
- uses: codecov/codecov-action@v4
with:
files: ./coverage.xml