diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e914c7cd..08fc4413 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -37,8 +37,8 @@ jobs: - name: Build run: dotnet build -c ${{ matrix.configuration }} --no-restore - name: Test - run: dotnet test -c ${{ matrix.configuration }} --no-build --verbosity normal --collect:"XPlat Code Coverage" - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 - with: - flags: ${{ matrix.os }},${{ matrix.configuration }} + run: dotnet test -c ${{ matrix.configuration }} --no-build --verbosity normal + # - name: Upload coverage reports to Codecov + # uses: codecov/codecov-action@v3 + # with: + # flags: ${{ matrix.os }},${{ matrix.configuration }} diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE diff --git a/README.md b/README.md index cee9d3ba..ddfee786 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status](https://github.com/mdabros/SharpLearning/actions/workflows/dotnet.yml/badge.svg?branch=master)](https://github.com/mdabros/SharpLearning/actions/workflows/dotnet.yml) [![Nuget](https://img.shields.io/nuget/v/SharpLearning.Containers?color=purple)](https://www.nuget.org/packages/SharpLearning.Containers/) [![downloads](https://img.shields.io/nuget/dt/SharpLearning.Containers)](https://www.nuget.org/packages/SharpLearning.Containers) -[![License](https://img.shields.io/github/license/mdabros/SharpLearning)](https://github.com/mdabros/SharpLearning/blob/master/LICENSE.md) +[![License](https://img.shields.io/github/license/mdabros/SharpLearning)](https://github.com/mdabros/SharpLearning/blob/master/LICENSE) SharpLearning =================