Skip to content

Commit dd93ddd

Browse files
committed
fixed report location
1 parent ee702d1 commit dd93ddd

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { readFileSync } = require("node:fs");
55
try {
66
core.info("Analyzing results of EvoMaster run")
77

8-
const report = JSON.parse(readFileSync('report.json', 'utf8'));
8+
const report = JSON.parse(readFileSync('./generated_tests/report.json', 'utf8'));
99

1010
const faults = report.faults.total_number
1111

0 commit comments

Comments
 (0)