Add support for dotnet test ./**/*Tests*.dll --collect:"Code Coverage" #249
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # gh-aw-commands: {"payload_version":"v1","schema_version":"v1","compiler_version":"v0.79.8","commands":["analyze-build-failure"],"workflows":["build-failure-analysis-command"]} | |
| # Routing summary (sorted): | |
| # slash commands: | |
| # /analyze-build-failure -> build-failure-analysis-command [pull_request_comment] reaction=eyes | |
| # labels: | |
| # (none) | |
| # This file was automatically generated by gh-aw (v0.79.8). DO NOT EDIT. To debug this workflow, load the skill at https://github.com/github/gh-aw/blob/main/debug.md | |
| # | |
| # ___ _ _ | |
| # / _ \ | | (_) | |
| # | |_| | __ _ ___ _ __ | |_ _ ___ | |
| # | _ |/ _` |/ _ \ '_ \| __| |/ __| | |
| # | | | | (_| | __/ | | | |_| | (__ | |
| # \_| |_/\__, |\___|_| |_|\__|_|\___| | |
| # __/ | | |
| # _ _ |___/ | |
| # | | | | / _| | | |
| # | | | | ___ _ __ _ __| |_| | _____ ____ | |
| # | |/\| |/ _ \ '__| |/ /| _| |/ _ \ \ /\ / / ___| | |
| # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ | |
| # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ | |
| # | |
| # | |
| # To regenerate this workflow, run: | |
| # gh aw compile | |
| # Not all edits will cause changes to this file. | |
| # | |
| # For more information: https://github.github.com/gh-aw/introduction/overview/ | |
| # | |
| name: "Agentic Commands" | |
| on: | |
| issue_comment: | |
| types: [created, edited] | |
| permissions: {} | |
| jobs: | |
| route: | |
| runs-on: ubuntu-slim | |
| timeout-minutes: 15 | |
| permissions: | |
| actions: write | |
| contents: read | |
| issues: write | |
| pull-requests: write | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 | |
| - name: Setup Scripts | |
| uses: github/gh-aw-actions/setup@v0.79.8 | |
| with: | |
| destination: ${{ runner.temp }}/gh-aw/actions | |
| - name: Route slash command | |
| uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 | |
| env: | |
| GH_AW_SLASH_ROUTING: '{"analyze-build-failure":[{"workflow":"build-failure-analysis-command","events":["pull_request_comment"],"ai_reaction":"eyes"}]}' | |
| GH_AW_LABEL_ROUTING: '{}' | |
| with: | |
| script: | | |
| const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); | |
| setupGlobals(core, github, context, exec, io, getOctokit); | |
| const { main } = require('${{ runner.temp }}/gh-aw/actions/route_slash_command.cjs'); | |
| await main(); |