Swift Test Report
ActionsGenerates an MD file from Swift XCTests and show it in the workflow summary. Uses Testify
library to generate the MD file.
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.