Skip to content

Fix dead link and point Coveralls to cpputest/cpputest #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>CppUTest unit testing and mocking framework for C/C++</h2>
<div class="navbar navbar-inverse">
<div class="navbar-inner">
<a class="brand" href="index.html">CppUTest</a>
<a class="brand" href='https://coveralls.io/github/arstrube/cpputest?branch=master'><img src='https://coveralls.io/repos/github/arstrube/cpputest/badge.svg?branch=master' alt='Coverage Status' /></a>
<a class="brand" href='https://coveralls.io/github/cpputest/cpputest?branch=master'><img src='https://coveralls.io/repos/github/cpputest/cpputest/badge.svg?branch=master' alt='Coverage Status' /></a>

<ul class="nav">
<li class="divider-vertical"></li>
Expand Down
2 changes: 1 addition & 1 deletion manual.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ Test plugins let you add a pre-action and a post-action to each test case. Plug
* IEEE754 Floating point exceptions (provided; v3.8) - automatically checks whether any floating point exception flags are set at the end of every test and if so, fails the test.
* All Mutex's released - you could write a plugin that checks that any Mutexs or other shared resource is released before the test exits.

Complete Documentation for provided plugins can be found on the [Plugins Manual](plugins_manual.html) page.
Complete Documentation for provided plugins can be found on the [Plugin Manual](plugin_manual.html) page.

<a id="scripts"> </a>

Expand Down