Skip to content

Version bump to 1.0.0 #7

Version bump to 1.0.0

Version bump to 1.0.0 #7

Workflow file for this run

name: Workflow for Codecov python-dict-display-filter
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: pip install .[test]
- name: Run tests and collect coverage
run: pytest --cov .
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3