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

Prevent duplicate actions from running. #252

Merged
merged 2 commits into from
Feb 24, 2025
Merged

Prevent duplicate actions from running. #252

merged 2 commits into from
Feb 24, 2025

Conversation

AjayKMehta
Copy link
Owner

Closes #251.

skip-duplicate-actions
 to avoid running same actions multiple times concurrently.
@AjayKMehta AjayKMehta self-assigned this Feb 24, 2025
Copy link

semanticdiff-com bot commented Feb 24, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  .github/workflows/test.yml  12% smaller
  .github/workflows/dependency-review.yml  10% smaller
  .github/workflows/codeql-analysis.yml  0% smaller
  .github/workflows/semgrep.yml  0% smaller

Copy link

codecov bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.52%. Comparing base (f513ab7) to head (969f0bc).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #252   +/-   ##
=======================================
  Coverage   93.52%   93.52%           
=======================================
  Files           3        3           
  Lines         139      139           
=======================================
  Hits          130      130           
  Misses          5        5           
  Partials        4        4           
Flag Coverage Δ
unittests 93.52% <ø> (ø)

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.

Copy link

Summary

Line coverage

Assembly Line coverage
BuilderGenerator.dll 96.4%

@AjayKMehta AjayKMehta merged commit ea1fac8 into master Feb 24, 2025
15 checks passed
@AjayKMehta AjayKMehta deleted the no-dupes branch February 24, 2025 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prevent duplicate workflow runs.
1 participant