File tree 1 file changed +2
-14
lines changed 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : windows-latest
19
19
20
20
steps :
21
- - name : Stub Node dependencies
22
- shell : bash
23
- run : touch package-lock.json
24
- - name : Install Node for coverage reporting
25
-
26
- with :
27
- node-version : ' 16.x'
28
- cache : ' npm'
29
- - name : LCov merger tool
30
- run : npm install -g lcov-result-merger
31
21
- name : Checkout code
32
22
uses : actions/checkout@v4
33
23
- name : Determine RDMP build version
@@ -105,13 +95,11 @@ jobs:
105
95
mv `find coverage -type f` fs-ui.lcov
106
96
dotnet test Rdmp.Core.Tests/Rdmp.Core.Tests.csproj --nologo --collect:"XPlat Code Coverage" --no-build --verbosity minimal -c Release --results-directory coverage -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=lcov
107
97
mv `find coverage -type f` fs-core.lcov
108
- - name : Merge LCovs
109
- run : lcov-result-merger "{db,fs}-{ui,core}.lcov" all.lcov
110
98
- name : Coveralls
111
- uses : coverallsapp/github-action@master
99
+ uses : coverallsapp/github-action@v2.2.3
112
100
with :
113
101
github-token : ${{ secrets.github_token }}
114
- path-to- lcov: all .lcov
102
+ files : ./db-ui.lcov ./db-core. lcov ./fs-ui.lcov ./fs-core .lcov
115
103
flag-name : unit tests
116
104
117
105
- name : Package
You can’t perform that action at this time.
0 commit comments