-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added return to main * Squashed commit of the following: commit 86a843f Author: Tri Nguyen <[email protected]> Date: Sat Mar 25 17:24:22 2023 -0700 Update README to viewable version commit 00a9764 Merge: bc566cb 8eaa5cf Author: Tri Nguyen <[email protected]> Date: Sat Mar 25 16:37:50 2023 -0700 Merge pull request #2 from UWCubeSat/interface Testing Suite Setup * Squashed commit of the following: commit 7b3c7e1 Author: Tri Nguyen <[email protected]> Date: Fri Sep 13 10:51:58 2024 -0700 Refractoring Changes commit 86a843f Author: Tri Nguyen <[email protected]> Date: Sat Mar 25 17:24:22 2023 -0700 Update README to viewable version commit 00a9764 Merge: bc566cb 8eaa5cf Author: Tri Nguyen <[email protected]> Date: Sat Mar 25 16:37:50 2023 -0700 Merge pull request #2 from UWCubeSat/interface Testing Suite Setup * Merging from refractor * Pipeline Implementation * Made initial test and edits to pipeline.* * Use constants more * Squashed commit of the following: commit f370c67 Author: Tri Nguyen <[email protected]> Date: Sat Sep 21 16:21:59 2024 -0700 Refractor v2 (#6) commit 0a466d3 Author: Tri Nguyen <[email protected]> Date: Sun Sep 15 19:42:02 2024 -0700 Refractor Code Base for Implementation (#5) Merge from pipeline, refractoring changes PR: #5 commit 86a843f Author: Tri Nguyen <[email protected]> Date: Sat Mar 25 17:24:22 2023 -0700 Update README to viewable version commit 00a9764 Merge: bc566cb 8eaa5cf Author: Tri Nguyen <[email protected]> Date: Sat Mar 25 16:37:50 2023 -0700 Merge pull request #2 from UWCubeSat/interface Testing Suite Setup * Removed catch framework * Fixed minor issues * Documentation and Quality Changes * pending tests * pipeline tests 100% coverage, all functions work * Squashed commit of the following: commit 1d2c89b Author: Tri Nguyen <[email protected]> Date: Sat Oct 5 17:19:22 2024 -0700 Example Test bugs commit adece2b Author: Tri Nguyen <[email protected]> Date: Sat Oct 5 17:11:03 2024 -0700 Stage extension for all stages * Revert to C++11 * Resolving Changes --------- Co-authored-by: Tri Nguyen <[email protected]>
- Loading branch information
Showing
19 changed files
with
558 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
exclude = build/* | ||
exclude = test/* | ||
exclude = src/main.cpp | ||
# exclude = src/command-line/* | ||
# exclude = src/distance/* | ||
# exclude = src/model/* | ||
# exclude = src/spatial/* | ||
# exclude = src/style/* | ||
# fail-under-line = 85 | ||
# fail-under-branch = 85 | ||
exclude = src/spatial/* | ||
exclude-throw-branches = yes | ||
fail-under-line = 85 | ||
fail-under-branch = 85 | ||
html-details = yes | ||
html-medium-threshold = 70 | ||
html-high-threshold = 85 | ||
output = build/documentation/coverage/index.html | ||
html-theme=github.green | ||
html = build/documentation/coverage/index.html | ||
delete-gcov-files = yes | ||
print-summary = yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.