Skip to content

Commit 03f3411

Browse files
author
Sebastian
committed
Update documentation
Signed-off-by: Sebastian <[email protected]>
1 parent 6c142ee commit 03f3411

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/asynctest.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# ===============================================================
2-
# 🧪 PyTest & Coverage - Quality Gate
2+
# 🔄 Async Safety & Performance Testing
33
# ===============================================================
44
#
5-
# - runs the full test-suite across three Python versions
6-
# - measures branch + line coverage (fails < 40 %)
7-
# - uploads the XML/HTML coverage reports as build artifacts
8-
# - (optionally) generates / commits an SVG badge - kept disabled
9-
# - posts a concise per-file coverage table to the job summary
10-
# - executes on every push / PR to *main* ➕ a weekly cron
5+
# - runs the async safety and performance tests across multiple Python versions
6+
# - includes linting, debugging, profiling, benchmarking, and validation
7+
# - uploads the test artifacts as build artifacts
8+
# - performs a performance regression check
119
# ---------------------------------------------------------------
1210

1311
name: Tests & Coverage

0 commit comments

Comments
 (0)