Skip to content

Generates an MD file from Swift XCTests and show it in the workflow summary.

License

Notifications You must be signed in to change notification settings

BinaryBirds/swift-test-report

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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/[email protected]

Full example:

on: [push]

jobs:
  generate_report:
    runs-on: macos-latest
    name: Generate MD report
    steps:
      - uses: actions/checkout@v3
      - uses: BinaryBirds/[email protected]

About

Generates an MD file from Swift XCTests and show it in the workflow summary.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published