Skip to content

Commit 2267847

Browse files
committed
Update codecov.io urls (they changed everything)
1 parent 18c3099 commit 2267847

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ via [PR \#144](https://github.com/jacobwilliams/json-fortran/pull/144) from ([j
144144
[PR \#124](https://github.com/jacobwilliams/json-fortran/pull/124)
145145
from [zbeekman](https://github.com/zbeekman)
146146
- Migrate to
147-
[Codecov.io](https://codecov.io/github/jacobwilliams/json-fortran?branch=master)
147+
[Codecov.io](https://codecov.io/gh/jacobwilliams/json-fortran)
148148
[\#106](https://github.com/jacobwilliams/json-fortran/issues/106)
149149
via [PR \#107](https://github.com/jacobwilliams/json-fortran/pull/107)
150150
from [zbeekman](https://github.com/zbeekman)

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ Looking to contribute something to [JSON-Fortran](https://github.com/jacobwillia
3636
contribute. Please take a look at
3737
[the test coverage page](http://jacobwilliams.github.io/json-fortran/page/development-resources/json_module.F90.gcov.html)
3838
for a list of uncovered procedures, and at the
39-
[Codecov.io suggestions page](https://codecov.io/github/jacobwilliams/json-fortran/features/suggestions)
39+
[Codecov.io coverage status](https://codecov.io/gh/jacobwilliams/json-fortran)
4040
to find procedures and lines of code that are still uncovered by the
4141
[unit tests](https://github.com/jacobwilliams/json-fortran/tree/master/src/tests). It
4242
is worth pointing out that the majority of uncovered procedures are
4343
internal, overloaded procedures and can only be exercised by calling
4444
the corresponding generic procedure with input arguments that will
4545
resolve to the specific procedure in question. Let's keep the
4646
following graph trending upwards!
47-
![Codecov.io](https://codecov.io/github/jacobwilliams/json-fortran/branch.svg?branch=master)
47+
![Codecov.io](https://codecov.io/gh/jacobwilliams/json-fortran/branch/master/graphs/commits.svg)
4848

4949
[top](#contributing-to-json-fortran)
5050
## Pull Requests

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ Miscellaneous
164164
* For more information about JSON, see: <http://www.json.org/>
165165
* [json-fortran on Travis CI](https://travis-ci.org/jacobwilliams/json-fortran)
166166
* [json-fortran on Waffle.IO](https://waffle.io/jacobwilliams/json-fortran)
167-
* [json-fortran on Codecov.IO](https://codecov.io/github/jacobwilliams/json-fortran?branch=master)
167+
* [json-fortran on Codecov.IO](https://codecov.io/gh/jacobwilliams/json-fortran)
168168

169169
[top](#json-fortran)

pages/development-resources/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ look at the
2222
automatically generated by
2323
[FoBiS.py](https://github.com/szaghi/FoBiS). If all procedures are
2424
listed as covered, then please take a look at the
25-
[Codecov.io coverage suggestions](https://codecov.io/github/jacobwilliams/json-fortran/features/suggestions?ref=master).
25+
[Codecov.io coverage info](https://codecov.io/gh/jacobwilliams/json-fortran/branch/master).
2626

2727
# Scripts
2828

0 commit comments

Comments
 (0)