martincostello / update-dotnet-sdk

A GitHub Action that updates the .NET SDK
Apache License 2.0
18 stars 1 forks source link

Fix InvalidOperation in workflow #877

Closed martincostello closed 4 months ago

martincostello commented 4 months ago

Error fixed:

$projectFiles += Get-ChildItem -Path "." -Filter "*.fsproj" -Recurs …
     |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Method invocation failed because [System.IO.FileInfo] does not contain a
     | method named 'op_Addition'.
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.65%. Comparing base (a90602e) to head (b04ed49).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #877 +/- ## ======================================= Coverage 93.65% 93.65% ======================================= Files 2 2 Lines 394 394 Branches 78 78 ======================================= Hits 369 369 Misses 23 23 Partials 2 2 ``` | [Flag](https://app.codecov.io/gh/martincostello/update-dotnet-sdk/pull/877/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Martin+Costello) | Coverage Δ | | |---|---|---| | [linux](https://app.codecov.io/gh/martincostello/update-dotnet-sdk/pull/877/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Martin+Costello) | `93.65% <ø> (ø)` | | | [macos](https://app.codecov.io/gh/martincostello/update-dotnet-sdk/pull/877/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Martin+Costello) | `?` | | | [windows](https://app.codecov.io/gh/martincostello/update-dotnet-sdk/pull/877/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Martin+Costello) | `?` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Martin+Costello#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.