Skip to content

Bump coverlet.collector from 6.0.0 to 6.0.1 #65

Bump coverlet.collector from 6.0.0 to 6.0.1

Bump coverlet.collector from 6.0.0 to 6.0.1 #65

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Run Tests
run: dotnet test --no-build --verbosity normal