Skip to content

Commit

Permalink
fix(chore): exclude simulations from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
glencoe committed Sep 6, 2023
1 parent c374f9f commit 3b31a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: ./.github/actions/setup_test_environment

- name: Create coverage report
run: poetry run python -m pytest --cov-report xml --cov elasticai.creator tests elasticai
run: poetry run python -m pytest -m "no simulation" --cov-report xml --cov elasticai.creator tests elasticai

- name: Publish coverage report
uses: orgoro/coverage@v3.1
Expand Down

0 comments on commit 3b31a45

Please sign in to comment.