diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-04-30 12:25:48 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-06-05 09:12:46 +0200 |
commit | 4e96560c1780737cb33891eba86ac9b6c4fbc148 (patch) | |
tree | f97dbf602a90c4059eaa7a62f7e688773d62de3d /mod/mod-ci-github.cxx | |
parent | ee8370a3139deae4a23307333a23100818ce4682 (diff) |
Review
Diffstat (limited to 'mod/mod-ci-github.cxx')
-rw-r--r-- | mod/mod-ci-github.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/mod-ci-github.cxx b/mod/mod-ci-github.cxx index 4ee3cc0..29097be 100644 --- a/mod/mod-ci-github.cxx +++ b/mod/mod-ci-github.cxx @@ -704,6 +704,8 @@ namespace brep // if (iat != nullptr) { + // @@ TODO: send timestamp so that build duration is accurate? + if (gq_update_check_run (error, *cr, iat->token, @@ -845,6 +847,10 @@ namespace brep // if (iat != nullptr) { + // @@ Maybe we should map status here according to warning_success + // instead of passing it to gq_*() functions? Let's see how we handle + // the report. + if (cr.node_id) { // Update existing check run to built. |