Skip to content

Commit

Permalink
Typo fix in testing link (ansible#39407)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhijeet Kasurde <[email protected]>
  • Loading branch information
Akasurde authored and dharmabumstead committed Apr 27, 2018
1 parent 4c1a989 commit 9f1254a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/dev_guide/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ If the PR does not resolve the issue, or if you see any failures from the unit/i
Code Coverage Online
````````````````````

`The online code coverage reports <https://codecov.io/gh/ansible/ansible>` are a good way
`The online code coverage reports <https://codecov.io/gh/ansible/ansible>`_ are a good way
to identify areas for testing improvement in Ansible. By following red colors you can
drill down through the reports to find files which have no tests at all. Adding both
integration and unit tests which show clearly how code should work, verify important
Expand Down

0 comments on commit 9f1254a

Please sign in to comment.