Skip to content

Add support for .NET10 and update nuget packages. (#72) #126

Add support for .NET10 and update nuget packages. (#72)

Add support for .NET10 and update nuget packages. (#72) #126

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Tests | Checkout
uses: actions/checkout@v2
- name: Tests | Setup
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
7.0.x
9.0.x
8.0.x
10.0.x
- name: Tests
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=lcov
- name: Tests | Coverage
uses: codecov/codecov-action@v1
with:
files: tests/AppAny.Quartz.EntityFrameworkCore.Migrations.Tests/coverage.info