Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate php test runner to pest #1713

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Migrate php test runner to pest #1713

wants to merge 4 commits into from

Conversation

SamuelWei
Copy link
Collaborator

@SamuelWei SamuelWei commented Dec 16, 2024

Type (Highlight the corresponding type)

  • Bugfix
  • Feature
  • Documentation
  • Refactoring (e.g. Style updates, Test implementation, etc.)
  • Other (please describe): Developer Experience

Checklist

  • Code updated to current develop branch head
  • Passes CI checks
  • Is a part of an issue
  • Tests added for the bugfix or newly implemented feature, describe below why if not
  • Changelog is updated
  • Documentation of code and features exists

Changes

  • Switch to Pest as test runner to improve speed and coverage integration into IDEs
  • Add new service that can be used by IDEs test runners that don't disturb the main service used for development

Copy link

cypress bot commented Dec 16, 2024

PILOS    Run #1449

Run Properties:  status check passed Passed #1449  •  git commit efeeb8a080: Migrate php test runner to pest
Project PILOS
Branch Review migrate-to-pest
Run status status check passed Passed #1449
Run duration 04m 55s
Commit git commit efeeb8a080: Migrate php test runner to pest
Committer Samuel Weirich
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 237
View all changes introduced in this branch ↗︎

@SamuelWei SamuelWei marked this pull request as ready for review December 16, 2024 15:33
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.05%. Comparing base (896dc40) to head (efeeb8a).

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #1713   +/-   ##
==========================================
  Coverage      81.05%   81.05%           
  Complexity      1340     1340           
==========================================
  Files            361      361           
  Lines           9223     9223           
  Branches         851      851           
==========================================
  Hits            7476     7476           
  Misses          1747     1747           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant