-
Notifications
You must be signed in to change notification settings - Fork 5
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
#301 return non-zero exit code on fatal errors #320
Conversation
CAMOBAP
commented
Feb 11, 2024
- metanorma site generate ignore errors collected on compile #301
32bb378
to
80f481e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #320 +/- ##
==========================================
+ Coverage 95.87% 95.96% +0.08%
==========================================
Files 15 15
Lines 703 718 +15
==========================================
+ Hits 674 689 +15
Misses 29 29 ☔ View full report in Codecov by Sentry. |
80f481e
to
2ada26b
Compare
Locally I have strange crash, but there is no it on CI
|
Maybe this has to do with the recent refactor for the new Vectory gem. Ping @alexeymorozov. |
280f54f
to
7d407a8
Compare
Yes, high chance it is connected. Vectory is used now in code and a gemspec. One or all of the following gems need to be updated locally:
|
There shall be a single point of dependency to vectory, html2doc. |