Skip to content

Commit

Permalink
add test report
Browse files Browse the repository at this point in the history
  • Loading branch information
dnth committed Sep 14, 2023
1 parent 0d625b7 commit 2269bbb
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: runner.os == 'Linux'
run: |
python -m pip install --upgrade pip
pip install fastdup pytest pytest-cov datasets
pip install fastdup pytest pytest-md pytest-emoji datasets
- name: Install dependencies (macOS)
if: runner.os == 'macOS'
Expand All @@ -42,6 +42,12 @@ jobs:
pip install opencv-python-headless
pip install fastdup --no-deps -U
- name: Run Tests
run: |
pytest --cov=fastdup
- name: Run pytest
uses: pavelzw/pytest-action@v2
with:
verbose: true
emoji: true
job-summary: true
custom-arguments: '-q'
click-to-expand: true
report-title: 'Test Report'

0 comments on commit 2269bbb

Please sign in to comment.