Skip to content

✨chore(0.2.6): added functionalities regarding the soap gateway (#34) #8

✨chore(0.2.6): added functionalities regarding the soap gateway (#34)

✨chore(0.2.6): added functionalities regarding the soap gateway (#34) #8

Workflow file for this run

name: Coverage
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0
- name: Install dependencies
run: dotnet add package Microsoft.CodeCoverage
- name: Test
run: dotnet test --no-restore --verbosity normal /p:CollectCoverage=true
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.cobertura.xml