Skip to content

build(deps): bump softprops/action-gh-release from 2.0.8 to 2.1.0 #1400

build(deps): bump softprops/action-gh-release from 2.0.8 to 2.1.0

build(deps): bump softprops/action-gh-release from 2.0.8 to 2.1.0 #1400

Workflow file for this run

name: Tests and Lint
on:
workflow_dispatch:
pull_request:
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-versions: [ "3.12" ]
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: ${{ matrix.python-versions }}
- name: Install tox and coverage
run: pip install tox tox-gh-actions
- name: Run Python tests
run: tox -r
- name: Codecov
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238
with:
files: coverage.xml
fail_ci_if_error: false
verbose: true