Skip to content

chore: make content optional for forename, title and formatted_initials #220

chore: make content optional for forename, title and formatted_initials

chore: make content optional for forename, title and formatted_initials #220

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10.5"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install coverage
pip install -r requirements.txt
- name: Test
run: |
python -m coverage run -m unittest
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3