Skip to content

docs: update release notes #250

docs: update release notes

docs: update release notes #250

Workflow file for this run

name: "macOS"
on: [ "push", "pull_request" ]
concurrency:
group: ${{github.workflow}}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: macos-11
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Run tests
env:
RUNTEST_CFG: ${{ secrets.RUNTEST_CFG }}
run: |
pip install -U poetry tox
tox -e py
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}