diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc142d0..c1ee22b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,13 +55,16 @@ jobs: - name: ๐Ÿ“ฅ Install pytest-action dependencies run: | - uv pip install pytest pytest-cov pytest-md pytest-emoji + uv pip install pytest-md pytest-emoji - name: ๐Ÿงช Run pytest @pavelzw uses: pavelzw/pytest-action@v2 with: custom-arguments: "tests -rA --doctest-modules --cov=." continue-on-error: true + - name: ๐Ÿงช Run Pytest with command + run: pytest tests -rA --doctest-modules --cov=. + - name: ๐Ÿ“Š Upload coverage to Codecov uses: codecov/codecov-action@v4 with: