Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Merge 2ae6b16 into c5c508d
Browse files Browse the repository at this point in the history
  • Loading branch information
gleybersonandrade committed Dec 12, 2019
2 parents c5c508d + 2ae6b16 commit 8bbea13
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
Binary file added docs/developer/img/v0x01_coverage_graph.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/developer/img/v0x01_coverage_table.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/developer/img/v0x04_coverage_graph.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/developer/img/v0x04_coverage_table.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions docs/developer/pyof.rst
Expand Up @@ -197,3 +197,34 @@ Python-OpenFlow is a library used to create NApps to work with the
OpenFlow protocol. The documentation of the library is located at
`python-openflow api <https://docs.kytos.io/python-openflow/pyof>`__.

Coverage
========

Code coverage is a metric that can help you understand how much of your source
is tested. It's a very useful metric that can help you assess the quality of
your test suite.

In the following sections you will see the chart and table for Openflow 1.0 and
1.3 versions, if you would like to see the coverage of each file, click on the
Codecov badge below:

.. image:: https://codecov.io/gh/gleybersonandrade/python-openflow/branch/master/graph/badge.svg
:target: https://codecov.io/gh/gleybersonandrade/python-openflow

Python Openflow 1.0
-------------------

.. image:: img/v0x01_coverage_graph.png
:align: center

.. image:: img/v0x01_coverage_table.png
:align: center

Python Openflow 1.3
-------------------

.. image:: img/v0x04_coverage_graph.png
:align: center

.. image:: img/v0x04_coverage_table.png
:align: center

0 comments on commit 8bbea13

Please sign in to comment.