(self, commit)
| 163 | result = await result |
| 164 | |
| 165 | async def analyze_master_commit(self, commit): |
| 166 | await self._analyze_commit(commit, self._graph_server.update_graph) |
| 167 | |
| 168 | # todo (hezheng) implement correct analysis for branches |
| 169 | async def analyze_branch_commit(self, commit): |
no test coverage detected