Skip to content

Add datetime string to span element as title #68

Add datetime string to span element as title

Add datetime string to span element as title #68

Workflow file for this run

name: Unit tests
on: [pull_request]
jobs:
run:
name: Run unit tests with codecov upload
runs-on: ${{ matrix.os }}
env:
USING_COVERAGE: '3.10'
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip3 install --upgrade pip
pip3 install --upgrade setuptools
pip3 install --upgrade wheel
pip3 install -r requirements_dev.txt
pip3 install .
- name: Run unit tests
run: |
git config --global user.name "Github Action"
git config --global user.email "githubaction@gmail.com"
pytest --cov=mkdocs_git_revision_date_localized_plugin --cov-report=xml