We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b1d293 + b4cbac1 commit 97eb790Copy full SHA for 97eb790
1 file changed
.github/workflows/a_test_target_tests.yml
@@ -56,9 +56,9 @@ jobs:
56
echo "GROQ_API_KEY=${{ secrets.GROQ_API_KEY }}" >> $GITHUB_ENV
57
echo "PERPLEXITY_API_KEY=${{ secrets.PERPLEXITY_API_KEY }}" >> $GITHUB_ENV
58
echo "GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY }}" >> $GITHUB_ENV
59
- - name: Run fast tests
+ - name: Run fast tests with coverage
60
run: |
61
- uv run pytest -n auto --durations=10 -m "not slow and not nondeterministic" tests/
+ uv run pytest -n auto --durations=10 --cov=src --cov=common --cov=utils --cov-report=term-missing -m "not slow and not nondeterministic" tests/
62
- name: Run flaky test detection
63
64
make test_flaky
0 commit comments