Commit a15a801
committed
fix: remove dorny test-reporter and suppress NU1903 in test project
dorny/test-reporter@v1 uses git ls-files on pull_request events and
never sees the runtime-generated .trx file, causing fail-on-empty to
kill the build even when all tests pass. The dotnet test exit code
already gates the build correctly so the reporter adds no value here.
Also adds NuGetAuditSuppress for GHSA-2m69-gcr7-jv3q to the test
project csproj to silence the SQLitePCLRaw.lib.e_sqlite3 NU1903
warning that was appearing during test project restore and build.1 parent 9fe1515 commit a15a801
2 files changed
Lines changed: 7 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 37 | + | |
46 | 38 | | |
47 | 39 | | |
48 | 40 | | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
31 | 37 | | |
0 commit comments