Closed maxzhenzhera closed 1 year ago
Merging #103 (c692263) into main (f8b0f4b) will not change coverage. The diff coverage is
100.00%
.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
@@ Coverage Diff @@
## main #103 +/- ##
=======================================
Coverage 96.95% 96.95%
=======================================
Files 67 67
Lines 2266 2266
Branches 438 375 -63
=======================================
Hits 2197 2197
Misses 59 59
Partials 10 10
Files Changed | Coverage Δ | |
---|---|---|
tests/docs/test_scopes_example.py | 100.00% <100.00%> (ø) |
Seems like CI is broken because of (I'm guessing) a problem with pyyaml wheels. I'll look at this at some point, thanks for the PR.
As I see in Required CI/CD / Run Tests (3.10, ubuntu-latest) (pull_request)
- it is a problem with Error uploading to [https://codecov.io:](https://codecov.io/)
Maybe a simple re-run can help)
Fixes some typos.
Also, I removed some python related files from
docs/
(__init__.py
,autowiring.py
,py.typed
): I haven't found any usages ofautowiring.py
- all code fragments moved todocs_src/
. So, it looks cleaner without them.