Skip to content

Bump coverlet.collector from 3.2.0 to 6.0.0 in /src/ClashOfClans.Tests.Unit #149

Bump coverlet.collector from 3.2.0 to 6.0.0 in /src/ClashOfClans.Tests.Unit

Bump coverlet.collector from 3.2.0 to 6.0.0 in /src/ClashOfClans.Tests.Unit #149

Workflow file for this run

name: tests
on:
push:
paths:
- "src/ClashOfClans/**"
- "src/ClashOfClans.Tests.Unit/**"
branches:
- main
- develop
pull_request:
paths:
- "src/ClashOfClans/**"
- "src/ClashOfClans.Tests.Unit/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: "7.0.x"
- name: Unit Tests
working-directory: src
run: dotnet test --filter FullyQualifiedName~ClashOfClans.Tests.Unit