[doc] README: list net and stats in the libraries table; note upstream modules#162
Conversation
…m modules The libraries table listed 16 of the 18 lib/* modules — net and stats were missing (though both appear in the Modules: example line). Add their rows, and note that math/struct/time are re-exported from go.starlark.net (hence no lib/ README), so the table matches the actual module set. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Up to standards ✅🟢 Issues
|
| Category | Results |
|---|---|
| CodeStyle | 1 minor |
🟢 Coverage ∅ diff coverage · +0.00% coverage variation
Metric Results Coverage variation ✅ +0.00% coverage variation (-1.00%) Diff coverage ✅ ∅ diff coverage Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (58325fd) 7692 7277 94.60% Head commit (452f650) 7692 (+0) 7277 (+0) 94.60% (+0.00%) Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#162) 0 0 ∅ (not applicable) Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #162 +/- ##
=======================================
Coverage 93.41% 93.41%
=======================================
Files 49 49
Lines 6177 6177
=======================================
Hits 5770 5770
Misses 258 258
Partials 149 149 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
The top-level libraries table listed 16 of 18
lib/*modules —netandstatswere missing (both already appear in theModules:example line). Adds their rows and notes thatmath/struct/timeare re-exported from go.starlark.net (nolib/README). Top-level doc now matches the actual module set. Doc-only.