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

Add --exclude-from-test/--exclude-from-report #131

Merged
merged 1 commit into from
Feb 6, 2022
Merged

Add --exclude-from-test/--exclude-from-report #131

merged 1 commit into from
Feb 6, 2022

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Feb 6, 2022

  • Add --exclude-from-test option to exclude specific packages from the test but not from the report.
  • Add --exclude-from-report option to exclude specific packages from the report but not from the test.
  • Workspace members are now always included in the report unless specified by --exclude or --exclude-from-report.

Closes #103
Effectively reverts #31

@taiki-e
Copy link
Owner Author

taiki-e commented Feb 6, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Feb 6, 2022

Build succeeded:

@bors bors bot merged commit ee1d5ff into main Feb 6, 2022
@bors bors bot deleted the exclude branch February 6, 2022 12:22
bors bot added a commit that referenced this pull request Feb 6, 2022
132: Add more tests for --exclude* r=taiki-e a=taiki-e

follow-up #131 

Co-authored-by: Taiki Endo <te316e89@gmail.com>
@taiki-e taiki-e added this to the v0.2 milestone Feb 6, 2022
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.

Add advanced exclude options such as --exclude-from-test / --exclude-from-report
1 participant