Skip to content

Bump peaceiris/actions-gh-pages from 3.7.3 to 3.9.3 (#53) #58

Bump peaceiris/actions-gh-pages from 3.7.3 to 3.9.3 (#53)

Bump peaceiris/actions-gh-pages from 3.7.3 to 3.9.3 (#53) #58

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@v3
with:
python-version: "3.10"
architecture: x64
- uses: abatilo/[email protected]
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