File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ jobs:
117117 - name : Summarize Accuracy
118118 shell : bash
119119 run : |
120- reccmp-reccmp -S LEGORACERSPROGRESS.SVG --svg-icon assets/legoracers.png --target LEGORACERS --total 3986 --nolib -- json LEGORACERSPROGRESS.json --html LEGORACERSPROGRESS.HTML
121- reccmp-reccmp -S GOLDPPROGRESS.SVG --svg-icon assets/goldp.png --target GOLDP --total 1071 --nolib -- json GOLDPPROGRESS.json --html GOLDPPROGRESS.HTML
120+ reccmp-reccmp -S LEGORACERSPROGRESS.SVG --svg-icon assets/legoracers.png --target LEGORACERS --total 3986 --json LEGORACERSPROGRESS.json --html LEGORACERSPROGRESS.HTML
121+ reccmp-reccmp -S GOLDPPROGRESS.SVG --svg-icon assets/goldp.png --target GOLDP --total 1071 --json GOLDPPROGRESS.json --html GOLDPPROGRESS.HTML
122122
123123 - name : Compare Accuracy With Current Master
124124 shell : bash
@@ -128,8 +128,8 @@ jobs:
128128 curl -fLSs -o LEGORACERSPROGRESS-old.json $RELEASE_URL/LEGORACERSPROGRESS.json || echo "" >LEGORACERSPROGRESS-old.json
129129 curl -fLSs -o GOLDPPROGRESS-old.json $RELEASE_URL/GOLDPPROGRESS.json || echo "" >GOLDPPROGRESS-old.json
130130
131- (reccmp-reccmp --target LEGORACERS --nolib -- diff LEGORACERSPROGRESS-old.json || echo "Current master not found")>"LEGORACERS-diff.txt"
132- (reccmp-reccmp --target GOLDP --nolib -- diff GOLDPPROGRESS-old.json || echo "Current master not found")>"GOLDP-diff.txt"
131+ (reccmp-reccmp --target LEGORACERS --diff LEGORACERSPROGRESS-old.json || echo "Current master not found")>"LEGORACERS-diff.txt"
132+ (reccmp-reccmp --target GOLDP --diff GOLDPPROGRESS-old.json || echo "Current master not found")>"GOLDP-diff.txt"
133133
134134 cat LEGORACERS-diff.txt
135135 cat GOLDP-diff.txt
You can’t perform that action at this time.
0 commit comments