Skip to content

Commit bfa25fc

Browse files
authored
Merge branch 'develop' into dependabot/nuget/develop/WeCantSpell.Hunspell-4.1.0
2 parents c9e80a2 + f0a140c commit bfa25fc

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ jobs:
1818
runs-on: windows-latest
1919

2020
steps:
21-
- name: Stub Node dependencies
22-
shell: bash
23-
run: touch package-lock.json
24-
- name: Install Node for coverage reporting
25-
uses: actions/[email protected]
26-
with:
27-
node-version: '16.x'
28-
cache: 'npm'
29-
- name: LCov merger tool
30-
run: npm install -g lcov-result-merger
3121
- name: Checkout code
3222
uses: actions/checkout@v4
3323
- name: Determine RDMP build version
@@ -105,13 +95,11 @@ jobs:
10595
mv `find coverage -type f` fs-ui.lcov
10696
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
10797
mv `find coverage -type f` fs-core.lcov
108-
- name: Merge LCovs
109-
run: lcov-result-merger "{db,fs}-{ui,core}.lcov" all.lcov
11098
- name: Coveralls
111-
uses: coverallsapp/github-action@master
99+
uses: coverallsapp/github-action@v2.2.3
112100
with:
113101
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
115103
flag-name: unit tests
116104

117105
- name: Package

0 commit comments

Comments
 (0)