Swiftpack.co - michaelhenry/create-report as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by michaelhenry.
michaelhenry/create-report v2.0.2
A Github action for creating generic run report (using Markdown, HTML or JUnit).
⭐️ 3
🕓 1 year ago
macOS
.package(url: "https://github.com/michaelhenry/create-report.git", from: "v2.0.2")

create-report

codecov codebeat badge Test Coverage Maintainability

A Github action for creating generic run report. Currently this action is supporting 3 data format: markdown, html or junit.

Sample workflow:

jobs:
  create-report:
    name: Report using ${{ matrix.os }}
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - uses: michaelhenry/[email protected]
      name: create report from a junit file.
      with:
        title: "JUnit report"
        path: samples/sample.junit
        format: junit

Using Markdown

  - uses: michaelhenry/create-report@v2
    name: create report from markdown
    with:
      title: "Markdown report"
      path: samples/sample.md
      format: markdown

Please see samples/sample.md for the sample file which generated this run report.

Screen Shot 2022-04-10 at 23 28 09

Using HTML

  - uses: michaelhenry/create-report@v2
    name: create report from html
    with:
      title: "HTML report"
      path: samples/sample.html
      format: html

Please see samples/sample.html for the sample file which generated this run report.

Screen Shot 2022-04-10 at 23 27 32

Using JUnit

  - uses: michaelhenry/create-report@v2
    name: create report from junit
    with:
      title: "JUnit report"
      path: samples/sample.junit
      format: junit

Please see samples/sample.junit for the sample file which generated this run report.

Screen Shot 2022-04-10 at 23 26 19

GitHub

link
Stars: 3
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

Update to swift 2.7 for latest ubuntu and macos version
1 year ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics