temporalio / roadrunner-temporal

Temporal PHP-SDK Host Process plugin for Roadrunner
MIT License
22 stars 8 forks source link

feat(tests): move tests to the `rr-e2e-tests` repo #186

Closed rustatian closed 2 years ago

rustatian commented 2 years ago

Reason for This PR

Description of Changes

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

PR Checklist

[Author TODO: Meet these criteria.] [Reviewer TODO: Verify that these criteria are met. Request changes if not]

codecov-commenter commented 2 years ago

Codecov Report

Merging #186 (d6ae2e8) into master (685b681) will decrease coverage by 62.67%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #186       +/-   ##
==========================================
- Coverage   66.46%   3.79%   -62.68%     
==========================================
  Files          14      14               
  Lines         844     844               
==========================================
- Hits          561      32      -529     
- Misses        218     810      +592     
+ Partials       65       2       -63     
Impacted Files Coverage Δ
data_converter/converter.go 36.84% <ø> (ø)
plugin.go 0.00% <ø> (-68.26%) :arrow_down:
workflow/handler.go 0.00% <0.00%> (-76.58%) :arrow_down:
internal/logger/wrapper.go 0.00% <0.00%> (-75.00%) :arrow_down:
activity/activity.go 0.00% <0.00%> (-72.73%) :arrow_down:
workflow/workflow.go 0.00% <0.00%> (-72.39%) :arrow_down:
rpc.go 0.00% <0.00%> (-72.00%) :arrow_down:
metrics.go 0.00% <0.00%> (-66.67%) :arrow_down:
workflow/registry/registry.go 0.00% <0.00%> (-64.29%) :arrow_down:
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 685b681...d6ae2e8. Read the comment docs.

wolfy-j commented 2 years ago

Is it possible to relink codecov?