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
05c60df
... +0 ...
3069964
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
544 | 544 | # https://developer.github.com/v3/activity/events/types/#pullrequestevent |
|
545 | 545 | @debug "Posting to: $url" |
|
546 | 546 | ||
547 | - | GITHUB_TOKEN = get(ENV, "GITHUB_TOKEN", nothing) |
|
548 | - | GITHUB_TOKEN === nothing && error_on_missing_github_token() |
|
547 | + | GITHUB_TOKEN = strip(get(ENV, "GITHUB_TOKEN", "")) |
|
548 | + | isempty(GITHUB_TOKEN) && error_on_missing_github_token() |
|
549 | 549 | ||
550 | 550 | cmd = ``` |
|
551 | 551 | curl |
Files | Coverage |
---|---|
src | 67.55% |
Project Totals (3 files) | 67.55% |
3069964
05c60df