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: nodejs/tap2junit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.6
Choose a base ref
...
head repository: nodejs/tap2junit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 10 commits
  • 17 files changed
  • 5 contributors

Commits on Feb 18, 2024

  1. pytest<8.0.0

    cclauss authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    442f93c View commit details
    Browse the repository at this point in the history
  2. Revert 442f93c

    Revert 442f93c
    cclauss authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    0ad2a5d View commit details
    Browse the repository at this point in the history
  3. Keep GitHub Actions up to date with GitHub's Dependabot (#51)

    * Keep GitHub Actions up to date with GitHub's Dependabot
    
    * ruff --output-format=github .
    
    * tool.ruff.lint...
    
    * pytest<8.0.0
    
    * pytest<7.0.0
    
    * Update pyproject.toml
    
    * Update pyproject.toml
    cclauss authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    b4ea0c0 View commit details
    Browse the repository at this point in the history
  4. Bump the github-actions group with 2 updates (#52)

    Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python).
    
    
    Updates `actions/checkout` from 3 to 4
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    Updates `actions/setup-python` from 4 to 5
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    5f90621 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Add docs on how to run tests (#53)

    * add docs on how to run tests, use `sys.executable` instead of `"python"`
    
    * Update README.md
    
    * Update README.md
    
    Co-authored-by: Christian Clauss <[email protected]>
    
    * Update test_outputs.py
    
    * Update _prepare_outputs.py
    
    * Update lint_python.yml
    
    ---------
    
    Co-authored-by: Christian Clauss <[email protected]>
    aduh95 and cclauss authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    27fbbaf View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. fix missing stack property (#54)

    * fix missing stack property
    
    * update fixtures
    
    * fixtures
    aduh95 authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4ddd247 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. chore: fix lint

    MoLow authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e957453 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    65e2222 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efaf634 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 0.2.0 (#60)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Moshe Atlow <[email protected]>
    github-actions[bot] and MoLow authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0601e2d View commit details
    Browse the repository at this point in the history
Loading