Skip to content

chore(deps): bump codecov/codecov-action in the ci-dependencies group #24

chore(deps): bump codecov/codecov-action in the ci-dependencies group

chore(deps): bump codecov/codecov-action in the ci-dependencies group #24

Workflow file for this run

name: Push Events
on: [push, pull_request]
jobs:
test:
name: Setup and Test
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Checkout code
uses: actions/checkout@v4
with:
show-progress: false
- name: Install module
run: pip install .[tests]
- name: Test with pytest
run: pytest
- name: Report coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./cov.xml