ember-cli / ember-try

An ember-cli addon to test against multiple npm dependencies, such as ember and ember-data.
MIT License
180 stars 60 forks source link

Document pnpm options and behavior #957

Closed NullVoxPopuli closed 1 year ago

NullVoxPopuli commented 1 year ago

RFC: https://github.com/emberjs/rfcs/pull/907 Implementation PR: https://github.com/ember-cli/ember-cli/pull/10287 Advancement PR: https://github.com/emberjs/rfcs/pull/932

codecov[bot] commented 1 year ago

Codecov Report

Merging #957 (56f6f8f) into master (00c17a9) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 56f6f8f differs from pull request most recent head 57b3711. Consider uploading reports for the commit 57b3711 to get more accurate results

@@           Coverage Diff           @@
##           master     #957   +/-   ##
=======================================
  Coverage   94.54%   94.54%           
=======================================
  Files          17       17           
  Lines         550      550           
=======================================
  Hits          520      520           
  Misses         30       30           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

kategengler commented 1 year ago

Thanks!