Skip to content

feat/color icon command #134

feat/color icon command

feat/color icon command #134

Workflow file for this run

name: Test & Coverage
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test-cov:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Test with pytest
run: env $(cat .env.example | grep -v '^#' | xargs) python -m pytest --cov --disable-warnings -q