Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Sep 17, 2024
1 parent 8d3592c commit 51d3af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
pip install .[tests]
- name: Unit tests
run: pytest --cov-report=xml --cov-config pyproject.toml --ignore tests/integration
run: pytest --cov='./src/jobflow_remote' --cov-report=xml --cov-config pyproject.toml --ignore tests/integration

- name: Integration tests
run: pytest --cov-append --cov-report=xml --cov-config pyproject.toml tests/integration
run: pytest --cov='./src/jobflow_remote' --cov-append --cov-report=xml --cov-config pyproject.toml tests/integration

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 51d3af6

Please sign in to comment.