Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Jan 5, 2025
1 parent a2600b6 commit fdef84c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: tests

env:
PY_COLORS: 1

on:
push:
branches: [main]
Expand Down Expand Up @@ -36,6 +40,10 @@ jobs:
pip install uv
uv pip install --system -r tests/requirements.txt .[dev]
- name: Set coverage core
run: |
echo "COVERAGE_CORE=sysmon" >> $GITHUB_ENV
- name: Run tests with pytest
run: pytest --cov=template --cov-report=xml

Expand Down

0 comments on commit fdef84c

Please sign in to comment.