No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
078dc4d
... +0 ...
098cc34
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
1 | 1 | """Nengo Library version information.""" |
|
2 | 2 | ||
3 | - | version_info = (0, 5, 1) # (major, minor, patch) |
|
4 | - | release_type = "" |
|
3 | + | version_info = (0, 5, 2) # (major, minor, patch) |
|
4 | + | release_type = "-dev" |
|
5 | 5 | ||
6 | 6 | version = "%s%s" % (".".join(map(str, version_info)), release_type) |
Files | Coverage |
---|---|
nengolib | 100.00% |
Project Totals (30 files) | 100.00% |
098cc34
078dc4d