diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index fc4c8090..6ccfb1b0 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -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' @@ -42,6 +42,12 @@ jobs: pip install opencv-python-headless pip install fastdup --no-deps -U - - name: Run Tests - run: | - pytest --cov=fastdup \ No newline at end of file + - 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' \ No newline at end of file