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
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 )
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
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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ look at the
2222automatically generated by
2323[ FoBiS.py] ( https://github.com/szaghi/FoBiS ) . If all procedures are
2424listed 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
You can’t perform that action at this time.
0 commit comments