Commit 113edfb
Report MTP test results as GitHub Actions annotations
CI has been failing on real integration tests (Slack API calls timing
out) but the raw dotnet test console output makes it hard to see which
test actually failed. Add Microsoft.Testing.Extensions.GitHubActionsReport
and pass --report-gh through the Bullseye test target so Microsoft.Testing.Platform
writes a per-assembly pass/fail summary with collapsible failure details
to the GitHub Actions job summary. No-ops outside GITHUB_ACTIONS, so
local runs are unaffected.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 8e5c2d4 commit 113edfb
2 files changed
Lines changed: 2 additions & 1 deletion
File tree
- build
- source/test/Slackbot.Net.SlackClients.Http.Tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments