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

Updated testing docs #75

Merged
merged 1 commit into from
Aug 7, 2023
Merged

Updated testing docs #75

merged 1 commit into from
Aug 7, 2023

Conversation

eytanadler
Copy link
Contributor

Purpose

The test folder name changed and I updated it in the portion of the docs that discusses getting the files necessary for testing.

Expected time until merged

Type of change

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (non-backwards-compatible fix or feature)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Documentation update
  • Maintenance update
  • Other (please describe)

Testing

Checklist

  • I have run flake8 and black to make sure the Python code adheres to PEP-8 and is consistently formatted
  • I have formatted the Fortran code with fprettify or C/C++ code with clang-format as applicable
  • I have run unit and regression tests which pass locally with my changes
  • I have added new tests that prove my fix is effective or that my feature works
  • I have added necessary documentation

@eytanadler eytanadler requested a review from a team as a code owner August 5, 2023 21:56
@codecov
Copy link

codecov bot commented Aug 5, 2023

Codecov Report

Merging #75 (5583a8c) into main (b6d5fdf) will increase coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #75      +/-   ##
==========================================
+ Coverage   79.43%   79.48%   +0.04%     
==========================================
  Files           4        4              
  Lines         423      424       +1     
==========================================
+ Hits          336      337       +1     
  Misses         87       87              

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sseraj sseraj merged commit 9f9a130 into mdolab:main Aug 7, 2023
11 checks passed
@eytanadler eytanadler deleted the fix_docs branch August 7, 2023 14:24
DavidAnderegg pushed a commit to anilyil/pyhyp that referenced this pull request Sep 3, 2024
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.

3 participants