Skip to content

Commit d1773b9

Browse files
committed
added codecov.yml file to docs page.
1 parent 881b73d commit d1773b9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
title: codecov.yml
2+
3+
This is the [Codecov](https://codecov.io/gh/jacobwilliams/json-fortran) configuration file.
4+
5+
```yml
6+
{!codecov.yml!}
7+
```

pages/development-resources/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ please carefully read the
1414
[LICENSE](|url|/page/development-resources/LICENSE.html) before using
1515
JSON-Fortran in an application, or contributing code.
1616

17-
1817
# Test Coverage Information
1918

2019
The best place to start when trying to increase test coverage, is to
@@ -32,8 +31,9 @@ scripts used in building and testing JSON-Fortran, as well as
3231
deploying documentation and managing test coverage information.
3332

3433
- [`build.sh`](build.sh.html)
35-
- [`.travis.yml`](travis.yml.html)
3634
- [`deploy.sh`](deploy.sh.html)
35+
- [`.travis.yml`](travis.yml.html)
36+
- [`codecov.yml`](codecov.yml.html)
3737
- [`gccr.pl`](gccr.pl.html)
3838

3939
# Release Checklist

0 commit comments

Comments
 (0)