forked from SEAME-pt/SEAME-Course-24-25
-
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.
- Loading branch information
Thais
authored and
Thais
committed
Nov 20, 2024
1 parent
40d9312
commit b451126
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Retro | ||
|
||
| What went well | What went wrong| Any ideas | Action Points | | ||
|---------------|---------------|---------------|---------------| | ||
| Daily meetings, ADR, learning, branch protection | Didnt finish modules => Planning, organization, big picture / roadmap | Focus on planning | Monday Planning (estimations, assign, priorities). ADR software architecture. Backlog. Template PR| | ||
|
||
|
||
## Demo / What's been done | ||
|
||
| Tasks | Status | Note | Do to | | ||
|----------|----------|----------|----------| | ||
| Workflow Build | ✅ | clang with -Weverything | Make it incremental | | ||
| Workflow Tests | ✅ | gtest | Make it incremental | | ||
| Workflow clang-tidy | ✅ | if cpp files changed runs multiple checkers | - | | ||
| Workflow clang-format | ✅ | if cpp files changed runs google style check | - | | ||
| Workflow linters | ✅ | gitlint (commits and PRs), yamllint, buildifier | - | | ||
| Hermetic toolchain | ✅ | qt, clang, gtest | - | | ||
| Workflow coverage | wip | draft with gcov | llvm-cov | | ||
| Workflow MISRA check | ❌ | - | - | | ||
| Workflow sanitizers (ASAN, LSAN, TSAN) and memcheck | ❌ | - | - | | ||
| Build car | ❌ | - | - | | ||
|
||
|
||
## Other | ||
|
||
[Backlog](https://github.com/orgs/SEAME-pt/projects/1/views/1) |