Closed eirikurj closed 1 year ago
Merging #28 (fd6fd8c) into main (e32268d) will not change coverage. The diff coverage is
n/a
.:exclamation: Current head fd6fd8c differs from pull request most recent head 28b017c. Consider uploading reports for the commit 28b017c to get more accurate results
@@ Coverage Diff @@
## main #28 +/- ##
=======================================
Coverage 50.11% 50.11%
=======================================
Files 5 5
Lines 1688 1688
=======================================
Hits 846 846
Misses 842 842
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
:loudspeaker: Have feedback on the report? Share it here.
I believe @sseraj was going to submit a PR with updated Tapenade
The Tapenade PR is up at #29
Purpose
The CGNS library removed legacy constants. This change is backwards compatible with the CGNS version we currently support.
Expected time until merged
No rush
Type of change
Testing
Checklist
flake8
andblack
to make sure the Python code adheres to PEP-8 and is consistently formattedfprettify
or C/C++ code withclang-format
as applicable