Unverified Commit 3de7c50f authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

fix(ci/eval-stats): resolve prResult symlink (#404967)

parents 2326019a 4f64ebd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@ jobs:
          # Use the target branch to get accurate maintainer info
          nix-build target/ci -A eval.compare \
            --arg beforeResultDir ./targetResult \
            --arg afterResultDir ./prResult \
            --arg afterResultDir $(realpath prResult) \
            --arg touchedFilesJson ./touched-files.json \
            -o comparison

+1 −0
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@ def load_all_metrics(directory: Path) -> dict:
    return metrics

def dataframe_to_markdown(df: pd.DataFrame) -> str:
    df = df.sort_values(by=df.columns[0], ascending=True)
    markdown_lines = []

    # Header (get column names and format them)