File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 - name : Run unit tests
4646 run : dotnet test --no-build --verbosity normal --configuration Release /p:CollectCoverage=true /p:Threshold=50 /p:ThresholdType=line /p:ThresholdStat=Average /p:CoverletOutput=./TestResults/ /p:ExcludeByAttribute="GeneratedCodeAttribute"
4747
48+ - name : Upload coverage reports to Codecov
49+ uses : codecov/codecov-action@v5
50+ with :
51+ token : ${{ secrets.CODECOV_TOKEN }}
52+
4853 publish-github-packages :
4954 name : Publish to GitHub Packages
5055 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 4444 - name : Run unit tests
4545 run : dotnet test --no-build --verbosity normal --configuration Release /p:CollectCoverage=true /p:Threshold=50 /p:ThresholdType=line /p:ThresholdStat=Average /p:CoverletOutput=./TestResults/ /p:ExcludeByAttribute="GeneratedCodeAttribute"
4646
47+ - name : Upload coverage reports to Codecov
48+ uses : codecov/codecov-action@v5
49+ with :
50+ token : ${{ secrets.CODECOV_TOKEN }}
51+
4752 publish-github-packages :
4853 name : Publish Package to GitHub Packages and NuGet.org
4954 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11# LogicBuilder.Workflow.ComponentModel.Serialization
22
3+ [ ![ Build Status] ( https://github.com/BpsLogicBuilder/LogicBuilder.ComponentModel.Design.Serialization/actions/workflows/ci.yml/badge.svg )] ( https://github.com/BpsLogicBuilder/LogicBuilder.ComponentModel.Design.Serialization/actions/workflows/ci.yml )
4+ [ ![ CodeQL] ( https://github.com/BpsLogicBuilder/LogicBuilder.ComponentModel.Design.Serialization/actions/workflows/github-code-scanning/codeql/badge.svg )] ( https://github.com/BpsLogicBuilder/LogicBuilder.ComponentModel.Design.Serialization/actions/workflows/github-code-scanning/codeql )
5+ [ ![ NuGet] ( https://img.shields.io/nuget/v/LogicBuilder.ComponentModel.Design.Serialization.svg )] ( https://www.nuget.org/packages/LogicBuilder.ComponentModel.Design.Serialization )
6+
37## Serialization Management
48
59The library implements the core methods for serialization management like:
You can’t perform that action at this time.
0 commit comments