Skip to content

Commit

Permalink
First attempt at coverage, and update actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipperPA committed Sep 18, 2024
1 parent 6b3d8bf commit e163fbb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4.1.7

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5.2
with:
python-version: "3.12"

Expand All @@ -22,3 +22,10 @@ jobs:
. venv/bin/activate
python -m pip install --upgrade pip wheel .[dev]
pytest
- name: Run pytest-coverage
uses: lyleokoth/[email protected]

- name: Output pytest-coverage
run: |
echo "${{ steps.selftest.outputs.testcoverage }}"

0 comments on commit e163fbb

Please sign in to comment.