File tree Expand file tree Collapse file tree 6 files changed +10
-3
lines changed
Expand file tree Collapse file tree 6 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11name : tests
2- on : [push]
2+ on : [push, pull_request ]
33jobs :
44
55 build :
Original file line number Diff line number Diff line change 33[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/augmentable-dev/tickgit )] ( https://goreportcard.com/report/github.com/augmentable-dev/tickgit )
44![ GitHub release (latest SemVer)] ( https://img.shields.io/github/v/release/augmentable-dev/tickgit )
55[ ![ Coverage] ( http://gocover.io/_badge/github.com/augmentable-dev/tickgit )] ( http://gocover.io/github.com/augmentable-dev/tickgit )
6- [ ![ TODOs] ( https://img.shields.io/endpoint?url=https%3A%2F%2Ftickgit.augmentable.dev%2Ftodos-badge%3Frepo%3Dhttps%3A%2F%2Fgithub.com%2Faugmentable-dev%2Ftickgit )] ( https://todos.augmentable.dev/ ?repo=https://github.com/augmentable-dev/tickgit )
6+ [ ![ TODOs] ( https://img.shields.io/endpoint?url=https%3A%2F%2Ftickgit.augmentable.dev%2Ftodos-badge%3Frepo%3Dhttps%3A%2F%2Fgithub.com%2Faugmentable-dev%2Ftickgit )] ( https://todos.tickgit.com/browse ?repo=https://github.com/augmentable-dev/tickgit )
77
88## tickgit 🎟️
99
@@ -37,6 +37,8 @@ TODO: useTransition hook instead.
3737128 TODOs Found 📝
3838```
3939
40+ Check out [ an example] ( https://todos.tickg.it/?repo=https://github.com/kubernetes/kubernetes ) of the TODOs tickgit will surface for the Kubernetes codebase.
41+
4042#### Coming Soon
4143
4244- [x] History - get a better sense of how old TODOs are, when they were introduced and by whom
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ var LanguageParseOptions map[Language]*lege.ParseOptions = map[Language]*lege.Pa
6969 "Swift" : CStyleCommentOptions ,
7070 "Common Lisp" : LispStyleCommentOptions ,
7171 "Emacs Lisp" : LispStyleCommentOptions ,
72+ "R" : HashStyleCommentOptions ,
7273}
7374
7475// Comments is a list of comments
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ func TestJSFiles(t *testing.T) {
1313 t .Fatal (err )
1414 }
1515
16- if len (comments ) != 2 {
16+ if len (comments ) != 3 {
1717 t .Fail ()
1818 }
1919}
Original file line number Diff line number Diff line change 1+ // this comment should be found
2+
You can’t perform that action at this time.
0 commit comments