Skip to content

Commit

Permalink
πŸ’© Fixing Pytest CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajiih committed Nov 26, 2024
1 parent b57506e commit 2c5dbf2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2c5dbf2

Please sign in to comment.