Skip to content

Commit

Permalink
feat: update yarl to 1.13.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
deepin-community-bot[bot] committed Dec 26, 2024
1 parent 250d2e1 commit e612584
Show file tree
Hide file tree
Showing 76 changed files with 7,008 additions and 13,152 deletions.
33 changes: 33 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[html]
show_contexts = true
skip_covered = false

[paths]
source =
yarl
*/lib/pypy*/site-packages/yarl
*/lib/python*/site-packages/yarl
*/Lib/site-packages/yarl

[report]
fail_under = 98.95
skip_covered = true
skip_empty = true
show_missing = true
exclude_also =
^\s*@pytest\.mark\.xfail

[run]
branch = true
cover_pylib = false
# https://coverage.rtfd.io/en/latest/contexts.html#dynamic-contexts
# dynamic_context = test_function # conflicts with `pytest-cov` if set here
parallel = true
plugins =
covdefaults
Cython.Coverage
relative_files = true
source =
.
source_pkgs =
yarl
Loading

0 comments on commit e612584

Please sign in to comment.