Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
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: flutter/plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cfc8a20a1d64
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4a98e239b131
Choose a head ref
  • 1 commit
  • 16 files changed
  • 1 contributor

Commits on Sep 13, 2021

  1. [flutter_plugin_tools] Make no unit tests fatal for iOS/macOS (#4341)

    Brings iOS and macOS into alignment with the other platforms, where
    having unit tests set up is required.
    
    - For deprecated plugins with no tests, `--exclude`s them, as on other platforms.
    - For `quick_actions` and `share`, which have integration tests but no unit tests,
      sets up the unit test scaffolding. (This is done for `share` even though it's
      deprecated since unlike other platforms, iOS/macOS runs both native tests in the 
      same command, and setting up a special way to exclude just units tests for that
      one case would be much more effort.)
    
    Fixes flutter/flutter#85469
    stuartmorgan-g authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    4a98e23 View commit details
    Browse the repository at this point in the history
Loading