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

Activate Graph Tests #50

Conversation

franziska-wegner
Copy link
Owner

@franziska-wegner franziska-wegner commented Dec 25, 2023

This PR enables the tests for the Graph data structure in the test folder's CMake file.

@franziska-wegner franziska-wegner added the tests Add or update tests to EGOA label Dec 25, 2023
@franziska-wegner franziska-wegner self-assigned this Dec 25, 2023
Copy link

codecov bot commented Dec 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (42be5a8) 94.23% compared to head (33fe06a) 93.26%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #50      +/-   ##
==========================================
- Coverage   94.23%   93.26%   -0.97%     
==========================================
  Files          18       28      +10     
  Lines        1491     2731    +1240     
==========================================
+ Hits         1405     2547    +1142     
- Misses         86      184      +98     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

franziska-wegner and others added 2 commits December 26, 2023 08:08
Changes to be committed:
	modified:   tests/DataStructures/Graphs/TestGraph.cpp
@franziska-wegner franziska-wegner changed the title Activate Graph tests Activate Graph Tests Dec 26, 2023
@franziska-wegner franziska-wegner marked this pull request as ready for review December 26, 2023 16:18
@franziska-wegner franziska-wegner enabled auto-merge (squash) December 26, 2023 16:20
Changes to be committed:
	modified:   tests/DataStructures/Graphs/TestGraph.cpp
Why?
* Death tests are for debug mode only.

Changes to be committed:
	modified:   tests/DataStructures/Graphs/TestGraph.cpp
@franziska-wegner franziska-wegner force-pushed the franziska-wegner/2023/december/tests/datastructures/graph-activate branch from e589c78 to 73809e8 Compare December 26, 2023 18:05
What?
D:\a\egoa\egoa\tests\DataStructures\Graphs\TestGraph.cpp : fatal  error C1128: number of sections exceeded object file format limit: compile with /bigobj [D:\a\egoa\egoa\build\tests\TestGraph.vcxproj]

Changes to be committed:
	modified:   cmake/CompilerConfiguration.cmake
@franziska-wegner franziska-wegner merged commit 04a58a8 into main Dec 26, 2023
14 of 15 checks passed
@franziska-wegner franziska-wegner deleted the franziska-wegner/2023/december/tests/datastructures/graph-activate branch December 26, 2023 20:05
github-actions bot added a commit that referenced this pull request Dec 26, 2023
* Activate Graph tests
* Remove arguments that are not for the function signature in Graph.hpp 04a58a8
github-actions bot added a commit that referenced this pull request Dec 26, 2023
* Activate Graph tests
* Remove arguments that are not for the function signature in Graph.hpp 04a58a8
github-actions bot added a commit that referenced this pull request Dec 26, 2023
* Activate Graph tests
* Remove arguments that are not for the function signature in Graph.hpp 04a58a8
github-actions bot added a commit that referenced this pull request Dec 26, 2023
* Activate Graph tests
* Remove arguments that are not for the function signature in Graph.hpp 04a58a8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Add or update tests to EGOA
Projects
Development

Successfully merging this pull request may close these issues.

1 participant