Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@santisoler
Copy link
Member

Summary

Remove unused targets and update the ones we want to keep. Extend the text in the help target. Use make test while testing in Azure.

PR Checklist

  • If this is a work in progress PR, set as a Draft PR
  • Linted my code according to the style guides.
  • Added tests to verify changes to the code.
  • Added necessary documentation to any new functions/classes following the
    expect style.
  • Marked as ready for review (if this is was a draft PR), and converted
    to a Pull Request
  • Tagged @simpeg/simpeg-developers when ready for review.

Reference issue

Fixes #1339

What does this implement/fix?

Additional information

Remove unused targets and update the ones we want to keep. Extend the
text in the help target.
@codecov
Copy link

codecov bot commented Jun 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.36%. Comparing base (772429a) to head (d2f3447).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1479      +/-   ##
==========================================
- Coverage   82.33%   77.36%   -4.97%     
==========================================
  Files         171      171              
  Lines       26023    26023              
==========================================
- Hits        21426    20133    -1293     
- Misses       4597     5890    +1293     

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

It's not longer being used, so we can safely remove it from the targets.
Make use of the `make -C` option so we avoid changing directories while
running the root Makefile.
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.

ENH: Update targets in Makefile

2 participants