Files
gocryptotrader/cmd/documentation/testdata_templates/testdata_readme.tmpl
Adrian Gallagher f5914e8c10 Engine changes
2019-05-22 17:06:38 +10:00

11 lines
379 B
Cheetah

{{define "testdata" -}}
{{template "header" .}}
## Current Features
This folder contains a configuration test file for non-deployement test params.
It also has the code coverage test files that allow us to monitor our entire
codebase, click this link for more information [https://codecov.io/](https://codecov.io/).
{{template "contributions"}}
{{template "donations"}}
{{end}}