Skip to content

Commit

Permalink
ci: Disables empty tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Nov 11, 2024
1 parent 3ef9edc commit 6b04571
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
python -m pip install --upgrade pip poetry
poetry config virtualenvs.create false
poetry install
- name: Test
run: |
coverage run -m pytest tests
- name: Generate Report
run: |
coverage html
- name: Upload report
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: htmlcov/*
# - name: Test
# run: |
# coverage run -m pytest tests
# - name: Generate Report
# run: |
# coverage html
# - name: Upload report
# uses: actions/upload-artifact@v4
# with:
# name: coverage-report
# path: htmlcov/*

0 comments on commit 6b04571

Please sign in to comment.