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

Exception Handling #155

Merged
merged 5 commits into from
Aug 11, 2023
Merged

Exception Handling #155

merged 5 commits into from
Aug 11, 2023

Conversation

kittobi1992
Copy link
Member

@kittobi1992 kittobi1992 commented Aug 11, 2023

Replace std::exit(-1) error with exceptions and catch them in C and Python interface.

@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Merging #155 (c21bfd7) into master (b65c042) will decrease coverage by 0.02%.
Report is 1 commits behind head on master.
The diff coverage is 0.00%.

❗ Current head c21bfd7 differs from pull request most recent head 3267367. Consider uploading reports for the commit 3267367 to get more accurate results

@@            Coverage Diff             @@
##           master     #155      +/-   ##
==========================================
- Coverage   77.88%   77.86%   -0.02%     
==========================================
  Files         192      192              
  Lines       18694    18699       +5     
  Branches     7585     7589       +4     
==========================================
+ Hits        14559    14560       +1     
- Misses       4135     4139       +4     
Files Changed Coverage Δ
mt-kahypar/datastructures/array.h 96.12% <0.00%> (ø)
...t-kahypar/datastructures/delta_partitioned_graph.h 70.64% <0.00%> (ø)
mt-kahypar/datastructures/dynamic_graph.h 83.19% <0.00%> (ø)
...t-kahypar/datastructures/dynamic_graph_factory.cpp 91.17% <0.00%> (ø)
mt-kahypar/datastructures/dynamic_hypergraph.h 84.04% <0.00%> (ø)
mt-kahypar/datastructures/graph.cpp 93.97% <0.00%> (ø)
mt-kahypar/datastructures/partitioned_hypergraph.h 87.25% <0.00%> (ø)
mt-kahypar/datastructures/static_graph.h 84.77% <0.00%> (ø)
mt-kahypar/datastructures/static_graph_factory.cpp 98.91% <0.00%> (ø)
mt-kahypar/datastructures/static_graph_factory.h 0.00% <0.00%> (ø)
... and 16 more

... and 3 files with indirect coverage changes

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

@kittobi1992 kittobi1992 merged commit ea08549 into master Aug 11, 2023
15 checks passed
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.

1 participant