Skip to content

Bump pytest from 7.4.0 to 8.0.1 #103

Bump pytest from 7.4.0 to 8.0.1

Bump pytest from 7.4.0 to 8.0.1 #103

Workflow file for this run

name: Test Python Project
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: test-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.10", "3.11", "3.12" ]
steps:
- uses: actions/checkout@v4
- name: Test
uses: eshwen/adrenaline/[email protected]
with:
python-version: ${{ matrix.python-version }}
path: 'my_project/'
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true