Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail Specimin CI if evaluation script reports fewer passes #162

Merged
merged 14 commits into from
Mar 1, 2024
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ jobs:
run: |
cd specimin-evaluation
echo "specimin path-> $SPECIMIN"
python main.py
python main.py
- name: Check evaluation status
run: diff -u src/main/resources/target_status.json specimin-evaluation/ISSUES/target_status.json
20 changes: 20 additions & 0 deletions src/main/resources/target_status.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"cf-1291": "FAIL",
"cf-6282": "FAIL",
"cf-6077": "PASS",
"cf-6060": "PASS",
"cf-6030": "FAIL",
"cf-6030b": "FAIL",
"cf-6019": "FAIL",
"cf-4614": "PASS",
"cf-3850": "FAIL",
"cf-577": "PASS",
"cf-3032": "FAIL",
"cf-3619": "PASS",
"cf-3021": "FAIL",
"cf-3020": "FAIL",
"cf-3022": "PASS",
"cf-691": "PASS",
"Issue689": "FAIL",
"cf-6388": "FAIL"
}
Loading