Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: XCTestHTMLReport/XCTestHTMLReport
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.5.0
Choose a base ref
...
head repository: XCTestHTMLReport/XCTestHTMLReport
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.5.1
Choose a head ref
  • 7 commits
  • 12 files changed
  • 10 contributors

Commits on Aug 13, 2024

  1. 2.5.1-pre.7bbc8db version bump (#360)

    Co-authored-by: tylervick <tylervick@users.noreply.github.com>
    github-actions[bot] and tylervick authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    730da39 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#…

    …363)
    
    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v2...v4.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    1044c5a View commit details
    Browse the repository at this point in the history
  2. Fix skipped test cases that have no logs (#362)

    * Add .skipped status to JUnitReport and place the respective tags in the xml output
    
    * Allow testfolder locally
    
    * merge remote branch into local branch
    
    * clean-up
    
    * clean-up
    
    * remove tabs
    
    ---------
    
    Co-authored-by: Thomas Maier <thomas.maier@runtastic.com>
    Co-authored-by: tam <tarik.merl@runtastic.com>
    Co-authored-by: merlibird <tarikmerl93@gmail.com>
    4 people authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    fcaa4d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflo…

    …ws (#368)
    
    Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 6.
    - [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
    - [Commits](dawidd6/action-download-artifact@v2...v6)
    
    ---
    updated-dependencies:
    - dependency-name: dawidd6/action-download-artifact
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    25780e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. Performance optimizations (#370)

    * Bump XCResultKit version
    
    * Add parallel test processing
    
    * Fix rerun sortings
    yusufozgul authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    0ed9784 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2025

  1. Update actions to latest (#374)

    * upgrade upload-artifact@v3
    
    * update actions
    
    * fix test
    tylervick authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    04d8555 View commit details
    Browse the repository at this point in the history
  2. upload-artifact@v4

    tylervick committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    bc4e30e View commit details
    Browse the repository at this point in the history
Loading