Fix the CLI output of formal verification runs (#5445)

pull/5430/merge
Dmitry 4 days ago committed by GitHub
parent 8c1b0ca82d
commit 4ccfe380e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      certora/run.js

@ -160,7 +160,7 @@ function writeEntry(spec, contract, success, url) {
formatRow(
spec,
contract,
success ? ':x:' : ':heavy_check_mark:',
success ? ':heavy_check_mark:' : ':x:',
url ? `[link](${url?.replace('/output/', '/jobStatus/')})` : 'error',
url ? `[link](${url})` : 'error',
),

Loading…
Cancel
Save