Skip to content

rayvancouver/junit-report-annotations-action

 
 

Repository files navigation

junit-report-annotations-action

Create annotations for test results and send a message to slack for each failed test

Example

    - uses: depsypher/junit-report-annotations-action@v2
      if: always()
      with:
        access-token: ${{ secrets.GITHUB_TOKEN }}
        slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
        slack-channel-id: Cxxxxxxxx

About

Create annotations for test results and send a message to slack for each failed test

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.6%
  • Java 9.4%