Skip to content

Commit a2b5c45

Browse files
committed
- F generating reporters
1 parent ba07c45 commit a2b5c45

File tree

4 files changed

+857
-1
lines changed

4 files changed

+857
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ _testmain.go
2727
*.exe
2828
*.test
2929
*.prof
30-
coverage.txt
30+
coverage.txt
31+
32+
DiffTools

generate_diff_tool_reporters.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
set -euo pipefail
3+
cd "$(dirname "$0")"
4+
exec python3 DiffTools/generate_diff_reporters.py

0 commit comments

Comments
 (0)