Skip to content

Commit

Permalink
Update coverage run and add to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Dec 20, 2021
1 parent 4805f87 commit d0e3f49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Test with coverage
run: |
pip install coverage
coverage run setup.py test
coverage run --branch setup.py test
coverage xml
env:
PYTHONHASHSEED: 0
Expand Down
4 changes: 4 additions & 0 deletions docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ the functions in the ``packaging`` Python package, which was intended to be
released as part of Python 3.3, but was removed shortly before Python
3.3 entered beta testing.

.. note:: The ``packaging`` package referred to here does not refer to any
``packaging`` package currently available on PyPI, but to a package that was never
released on PyPI but called ``packaging`` in the Python 3.3 alpha stdlib tree.

What was the problem with ``packaging``?
----------------------------------------

Expand Down

0 comments on commit d0e3f49

Please sign in to comment.