Skip to content

Bump FluentAssertions from 6.12.1 to 7.0.0 #250

Bump FluentAssertions from 6.12.1 to 7.0.0

Bump FluentAssertions from 6.12.1 to 7.0.0 #250

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build --no-restore --configuration Release
- name: Test
run: dotnet test --no-restore --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --settings coverlet.runsettings
- name: Coverage
uses: codecov/codecov-action@v2