Skip to content

Verifying refs/tags/v2.12.0 🚀 #169

Verifying refs/tags/v2.12.0 🚀

Verifying refs/tags/v2.12.0 🚀 #169

Workflow file for this run

name: Run Tests
run-name: Verifying ${{ github.ref }} 🚀
on: [push]
jobs:
RunTests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- run: dotnet tool install --global dotnet-ilverify --version 8.0.0
- run: dotnet restore
- run: dotnet test --filter 'TestCategory !~ Issues' --collect:"XPlat Code Coverage"
- run: dotnet format style --verify-no-changes
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3