Skip to content

Commit

Permalink
only upload single code cov file
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Apr 18, 2024
1 parent 0cd8281 commit 4a5b553
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true # optional (default = false)
directory: ./
files: ./codeCov.xml
name: codecov-umbrella # optional
token: ${{ secrets.CODECOV_TOKEN }} # required
Expand Down
2 changes: 1 addition & 1 deletion tests/BioFSharp.Tests/BioFSharp.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup>

Expand Down

0 comments on commit 4a5b553

Please sign in to comment.