Skip to content

chore: Bump coverlet.collector and coverlet.msbuild from 6.0.4 to 8.0.1 #207

chore: Bump coverlet.collector and coverlet.msbuild from 6.0.4 to 8.0.1

chore: Bump coverlet.collector and coverlet.msbuild from 6.0.4 to 8.0.1 #207

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: |
8.0.x
9.0.x
- name: Restore dependencies
run: dotnet restore Daqifi.Core.sln
- name: Build
run: dotnet build --no-restore Daqifi.Core.sln
- name: Test
run: dotnet test Daqifi.Core.sln