Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 63c8d6b

Browse files
committed
Update README
Add info about printing debug to the stdout
1 parent 3df6fe7 commit 63c8d6b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,10 @@ This will install the required dependencies. Then just run the tests:
5959
bundle exec rspec
6060
```
6161

62+
By default, the debug info will be logged into a file. If you want the debug info to be printed to stdout you can:
63+
64+
```
65+
export DEBUG_STDOUT=true
66+
```
67+
6268
You can now check your coverage results in the Codacy dashboard of your project.

0 commit comments

Comments
 (0)