Revize fa80492f
Přidáno uživatelem Milan Hotovec před téměř 4 roky(ů)
.gitlab-ci.yml | ||
---|---|---|
73 | 73 |
- $CI_COMMIT_MESSAGE =~ /merge branch/i #auto trigger for merge requests from command |
74 | 74 |
- $CI_COMMIT_MESSAGE =~ /Merge remote-tracking branch/i #auto trigger for remote merge requests from command |
75 | 75 |
script: |
76 |
- 'rm -r .\TestResults\ -ErrorAction Ignore' |
|
77 | 76 |
- 'dotnet test --collect:"XPlat Code Coverage" -r "./TestResults/"' #Run tests using console mode of MSTest (Unit) |
78 | 77 |
artifacts: |
79 | 78 |
name: ${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHA} |
Také k dispozici: Unified diff
coverage test
@testWindows