Commit Graph

11 Commits

Author SHA1 Message Date
00ada7f542 [parser] terror: replace sirupsen/logrus by pingcap/log (#693)
* terror: replace sirupsen/logrus by pingcap/log

also fixed test failure on Windows

* circle.yml: restrict test parallelism in integration tests

also, stop verifying parser.go and code format in the integration tests...
those steps are redundant.

* codecov: add codecov.yml, based on pingcap/tidb#9618

Co-authored-by: tiancaiamao <tiancaiamao@gmail.com>
2021-10-09 14:53:23 +08:00
6df7bce72f [parser] *: bump the Go compiler version to 1.13 (#593) 2021-10-09 14:53:23 +08:00
304090faa7 [parser] test: enable coverage when running unit tests (#324)
* test: enable coverage when running unit tests

* README: add codecov badge
2021-10-09 14:53:23 +08:00
ebacedc598 [parser] *: skip 'go mod tidy' check in integration test (#250) 2021-10-09 14:53:23 +08:00
24980bb2dd [parser] improve syntax error message (#175) 2021-10-09 14:53:23 +08:00
7680e0a912 [parser] fix integration test CI failure 2021-10-09 14:53:23 +08:00
59d5883ded [parser] *: add integration test for CI (#155) 2021-10-09 14:53:23 +08:00
cf41e85103 [parser] makefile: add fmt command in Makefile (#121) 2021-10-09 14:53:23 +08:00
33ebd359b8 [parser] ci: update ci script for checking code format (#103) 2021-10-09 14:53:23 +08:00
630b7e3207 [parser] circle.yml: added a step to verify parser.go is up-to-date (#36) 2021-10-09 14:53:23 +08:00
ee29b5f005 [parser] update README.md, fix make test, add circle.yml (#23) 2021-10-09 14:53:23 +08:00