Skip to content

depsypher/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

 
 
 

Contributors

Languages

  • JavaScript 90.1%
  • Java 9.9%