Closed jasonleenaylor closed 1 year ago
6 files + 2 321 suites +202 58m 6s :stopwatch: + 28m 5s 957 tests + 3 898 :heavy_check_mark: + 38 59 :zzz: - 20 0 :x: - 15 3 090 runs +1 990 2 942 :heavy_check_mark: +1 937 148 :zzz: +69 0 :x: - 16
Results for commit 428f2e06. ± Comparison against base commit aa17de8b.
:recycle: This comment has been updated with latest results.
src/LibChorus/notes/EmbeddedMessageContentHandlerRepository.cs
line 42 at r2 (raw file):
//Set the codebase variable appropriately depending on the OS var codeBase = libChorusAssembly.Location.Substring(Platform.IsUnix ? 7 : 8); var baseDir = Path.GetDirectoryName(codeBase);
var baseDir = Path.GetDirectoryName(libChorusAssembly.Location);
Code quote:
var codeBase = libChorusAssembly.Location.Substring(Platform.IsUnix ? 7 : 8);
var baseDir = Path.GetDirectoryName(codeBase);
Fix Unit Tests
included in #307
This change is