Skip to content

Add checkstyle info on CONTRIBUTING.md #1290

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

Merged
merged 2 commits into from
Mar 31, 2025

Conversation

mcruzdev
Copy link
Contributor

@mcruzdev mcruzdev commented Mar 29, 2025

Description

This pull request has a goal, to add more information about checkstyle configuration.

Issue reference

this PR will close: #1291

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@mcruzdev mcruzdev marked this pull request as ready for review March 29, 2025 17:30
@mcruzdev mcruzdev requested review from a team as code owners March 29, 2025 17:30
Copy link
Contributor

@artur-ciocanu artur-ciocanu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mcruzdev love it ❤️ , thank you so much!

@artur-ciocanu
Copy link
Contributor

@cicoyle and @salaboy I am not sure when the Codecov check has been added, but right now a lot of PRs are failing with code coverage not being met.

Do you think we should adjust the code coverage check or should we try to lower the code coverage from 80 to 75 so the check passes. I am not really fond of this idea, but I am not sure how to overcome the current issues. For example the current PR is related to a Markdown file, but the Codecov still fails.

Copy link
Contributor

@cicoyle cicoyle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! For codecov, Im not sure if there is a way to skip PRs that just update markdown files - maybe this is something we should look into.

@cicoyle cicoyle merged commit 505b93a into dapr:master Mar 31, 2025
8 of 9 checks passed
Copy link

codecov bot commented Mar 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.54%. Comparing base (d759c53) to head (e341f42).
Report is 122 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1290      +/-   ##
============================================
- Coverage     76.91%   75.54%   -1.38%     
- Complexity     1592     1616      +24     
============================================
  Files           145      193      +48     
  Lines          4843     5099     +256     
  Branches        562      553       -9     
============================================
+ Hits           3725     3852     +127     
- Misses          821      933     +112     
- Partials        297      314      +17     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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 Checkstyle info on CONTRIBUTING.md
3 participants