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

feat: print task by default and add new line #3278

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

guru-desh
Copy link
Contributor

@guru-desh guru-desh commented Nov 12, 2024

Pull Request Checklist

  • A news fragment is added in news/ describing what is new.
  • Test cases added for changed code.

Describe what you have changed in this PR.

The task names are printed by default instead of needing verbosity. Feature described in issue #3277

@frostming frostming linked an issue Nov 12, 2024 that may be closed by this pull request
1 task
Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.31%. Comparing base (8c1758f) to head (25430fe).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3278   +/-   ##
=======================================
  Coverage   85.30%   85.31%           
=======================================
  Files         112      112           
  Lines       11399    11399           
  Branches     2487     2487           
=======================================
+ Hits         9724     9725    +1     
+ Misses       1146     1145    -1     
  Partials      529      529           
Flag Coverage Δ
unittests 85.11% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@frostming
Copy link
Collaborator

Can you add a news fragment in news/ folder?

@guru-desh
Copy link
Contributor Author

Added

@frostming frostming merged commit 96c59f8 into pdm-project:main Nov 12, 2024
2 checks passed
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.

Print task name by default when running task
2 participants