Skip to content

Commit

Permalink
use existing case for julia
Browse files Browse the repository at this point in the history
  • Loading branch information
Dias Rystin committed Apr 29, 2024
1 parent 4c592cb commit 6879a2f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions aggregate/convert_to_json
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,7 @@ when 'lua', 'nim'
)
when 'rust'
JUnitXMLParser.new(infile).to_h
when 'go', 'perl', 'python', 'construct'
add_kst_adoption(
JUnitXMLParser.new("#{infile}/report.xml").to_h,
infile
)
when 'julia'
when 'go', 'perl', 'python', 'construct', 'julia'
add_kst_adoption(
JUnitXMLParser.new("#{infile}/report.xml").to_h,
infile
Expand Down

0 comments on commit 6879a2f

Please sign in to comment.