Skip to content

Swift Test Report

Actions
Try to run Testify on XCtests and create an MD report
0.0.1
LatestPre-release
Star (0)

Swift Test Report

Generates an MD file from Swift XCTests and show it in the workflow summary. Uses Testify library to generate the MD file.

Usage

Include the action in your workflow (make sure that a Swift 5.6+ toolchain is on your PATH, on macOS this should be given, but on Linux you may need to first install it e.g. using setup-swift):

- uses: BinaryBirds/swift-test-report@0.0.1

Full example:

on: [push]

jobs:
  generate_report:
    runs-on: macos-latest
    name: Generate MD report
    steps:
      - uses: actions/checkout@v3
      - uses: BinaryBirds/swift-test-report@0.0.1

Swift Test Report is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Try to run Testify on XCtests and create an MD report
0.0.1
LatestPre-release

Swift Test Report is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.