-
Notifications
You must be signed in to change notification settings - Fork 28
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
2444 use dash instead of colon #2445
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2445 +/- ##
==========================================
- Coverage 99.85% 99.85% -0.01%
==========================================
Files 353 354 +1
Lines 47459 47856 +397
==========================================
+ Hits 47390 47786 +396
- Misses 69 70 +1 ☔ View full report in Codecov by Sentry. |
This appears to have the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2445 +/- ##
=======================================
Coverage 99.86% 99.86%
=======================================
Files 352 352
Lines 48463 48463
=======================================
Hits 48398 48398
Misses 65 65 ☔ View full report in Codecov by Sentry. |
I hope my I did find a strange bug in examples/gocean/eg5: |
I've also started the CI. |
Yes please. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for those updates Joerg.
Just a few small things to tidy up.
I see that the integration tests were all green.
Despite it being my suggestion to change them to colons (I think), I have to admit that I think the profiling region names looked better with colons but if you don't agree and/or it's a lot of work to change it back then I'm happy to leave this.
BTW, I'm loving the documentation with the code highlighting :-) |
Me, too! The moment I saw this, I knew I had to introduce this to PSyclone :) |
I hope I explained it a bit better where the Given the costs of the CI, I won't trigger it again, since I only changed the user's guide. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good now.
Thanks for clarifying.
Will proceed to merge once CI has run.
A simple change that affects a lot of files. Fixes #2444.