Skip to content

Commit

Permalink
Add new stage
Browse files Browse the repository at this point in the history
  • Loading branch information
adyanth committed Oct 18, 2024
1 parent c469c69 commit 94264b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
test:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -31,6 +31,10 @@ jobs:
pip install -r requirements-dev.txt
- name: Test
run: python -m pytest --junitxml=pytest.xml --cov=main --cov-report=xml:coverage.xml | tee pytest-coverage.txt
show:
runs-on: ubuntu-latest
needs: test
steps:
- name: Pytest coverage comment
uses: MishaKav/pytest-coverage-comment@main
with:
Expand Down

0 comments on commit 94264b1

Please sign in to comment.