Commit bc44f0ad authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch '18-reports-types-wrong-extraction-values-on-dotnet_run_test-function' into 'main'

Resolve "Reports types wrong extraction values on dotnet_run_test function"

Closes #18

See merge request to-be-continuous/dotnet!24
parents 766b9ca2 4d4500ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -881,7 +881,7 @@ stages:
        local report_name
        report_name=$(basename "$report_file")
        local report_type
        report_type=$(echo "$report_name" | cut -d. -f2)
        report_type=$(echo "$report_name" | awk -F "." '{print $(NF-1)}')
        local project_dir
        project_dir="$(basename $(dirname $(dirname $(dirname $report_file))) | sed 's|\.|-|g')"
        local file_extension