We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b596d0 commit f72db93Copy full SHA for f72db93
.github/workflows/_unit_test_coverage.yml
@@ -205,6 +205,7 @@ jobs:
205
- name: Check Unit Test Success
206
shell: bash
207
run: |
208
+ cd FastDeploy
209
if [ "$TEST_EXIT_CODE" -eq 8 ]; then
210
filename=$(basename "$unittest_failed_url")
211
if [ -z "${unittest_failed_url}" ]; then
@@ -225,6 +226,7 @@ jobs:
225
226
- name: Verify Code Coverage Threshold (80%)
227
228
229
230
if [ "$COVERAGE_EXIT_CODE" -eq 9 ]; then
231
echo "Coverage generation failed (exit code 9)"
232
filename=$(basename "$diff_cov_result_json_url")
scripts/unittest_requirement.txt
@@ -0,0 +1,9 @@
1
+respx
2
+pytest
3
+pytest-asyncio
4
+pytest-tornasync
5
+pytest-trio
6
+pytest-twisted
7
+anyio
8
+coverage
9
+diff-cover
0 commit comments