File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
pages/development-resources Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ via [PR \#144](https://github.com/jacobwilliams/json-fortran/pull/144) from ([j
144
144
[ PR \# 124] ( https://github.com/jacobwilliams/json-fortran/pull/124 )
145
145
from [ zbeekman] ( https://github.com/zbeekman )
146
146
- Migrate to
147
- [ Codecov.io] ( https://codecov.io/github /jacobwilliams/json-fortran?branch=master )
147
+ [ Codecov.io] ( https://codecov.io/gh /jacobwilliams/json-fortran )
148
148
[ \# 106] ( https://github.com/jacobwilliams/json-fortran/issues/106 )
149
149
via [ PR \# 107] ( https://github.com/jacobwilliams/json-fortran/pull/107 )
150
150
from [ zbeekman] ( https://github.com/zbeekman )
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ Looking to contribute something to [JSON-Fortran](https://github.com/jacobwillia
36
36
contribute. Please take a look at
37
37
[ the test coverage page] ( http://jacobwilliams.github.io/json-fortran/page/development-resources/json_module.F90.gcov.html )
38
38
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 )
40
40
to find procedures and lines of code that are still uncovered by the
41
41
[ unit tests] ( https://github.com/jacobwilliams/json-fortran/tree/master/src/tests ) . It
42
42
is worth pointing out that the majority of uncovered procedures are
43
43
internal, overloaded procedures and can only be exercised by calling
44
44
the corresponding generic procedure with input arguments that will
45
45
resolve to the specific procedure in question. Let's keep the
46
46
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 )
48
48
49
49
[ top] ( #contributing-to-json-fortran )
50
50
## Pull Requests
Original file line number Diff line number Diff line change @@ -164,6 +164,6 @@ Miscellaneous
164
164
* For more information about JSON, see: < http://www.json.org/ >
165
165
* [ json-fortran on Travis CI] ( https://travis-ci.org/jacobwilliams/json-fortran )
166
166
* [ 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 )
168
168
169
169
[ top] ( #json-fortran )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ look at the
22
22
automatically generated by
23
23
[ FoBiS.py] ( https://github.com/szaghi/FoBiS ) . If all procedures are
24
24
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 ) .
26
26
27
27
# Scripts
28
28
You can’t perform that action at this time.
0 commit comments