Files
gocryptotrader/tools/documentation/readme_templates/testdata_readme.tmpl

11 lines
383 B
Cheetah

{{define "testdata" -}}
{{template "header" .Name}}
## 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}}