aio-libs / aiopg

aiopg is a library for accessing a PostgreSQL database from the asyncio
http://aiopg.readthedocs.io
BSD 2-Clause "Simplified" License
1.39k stars 159 forks source link

Fix PYPI upload #762

Closed Pliner closed 3 years ago

Pliner commented 3 years ago
Checking dist/aiopg-1.1.0b0.tar.gz: FAILED
  `long_description` has syntax errors in markup and would not be rendered on PyPI.
    line 93: Error: Unknown target name: "#552 https://github.com/aio-libs/aiopg/pull/552".
  warning: `long_description_content_type` missing.  defaulting to `text/x-rst`.
codecov[bot] commented 3 years ago

Codecov Report

Merging #762 (e10d1a0) into master (5ed6fd5) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #762   +/-   ##
=======================================
  Coverage   92.76%   92.76%           
=======================================
  Files          13       13           
  Lines        1562     1562           
  Branches      179      179           
=======================================
  Hits         1449     1449           
  Misses         81       81           
  Partials       32       32           
Impacted Files Coverage Δ
aiopg/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5ed6fd5...e10d1a0. Read the comment docs.