-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare package cache in advance (#84)
prepara cache
- Loading branch information
1 parent
c422fcf
commit 6654fa6
Showing
4 changed files
with
4,326 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## How to prepare test data | ||
|
||
In the root folder of the project, run the following command: | ||
|
||
```bash | ||
$ go test ./... -coverprofile cover.out -coverpkg=./... cover.out | ||
$ mv cover.out pkg/parser/testdata/ | ||
``` |
Oops, something went wrong.