Skip to content

Commit

Permalink
remove TestDuplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
houstonhaynes committed Feb 15, 2025
1 parent 133aa97 commit aa7cf9e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build-test-docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ jobs:
/p:CoverletOutputFormat=opencover \
/p:CoverletOutput="$PWD/coverage/coverage.opencover.xml" \
--verbosity detailed
# Debug coverage file
echo "Coverage file location:"
ls -la coverage/
if [ ! -f "coverage/coverage.opencover.xml" ]; then
echo "Coverage file not found!"
exit 1
fi
- name: Process coverage
run: |
Expand All @@ -77,13 +68,12 @@ jobs:
-reports:"$PWD/coverage/coverage.opencover.xml" \
-targetdir:"$PWD/coverage" \
-reporttypes:lcov
- name: Upload coverage
uses: coverallsapp/github-action@v2
with:
file: coverage/lcov.info

- name: Run fsdocs
run: dotnet fsdocs build --eval --strict --properties Configuration=Release
- name: Deploy docs
Expand Down
2 changes: 0 additions & 2 deletions Furnace.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{7BD8D35F
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Furnace.Tests", "tests\Furnace.Tests\Furnace.Tests.fsproj", "{42D94642-6B4F-4710-AAC3-F3671C20971D}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Furnace.Backends.TestDuplicate", "tests\Furnace.Backends.TestDuplicate\Furnace.Backends.TestDuplicate.fsproj", "{074D9638-7781-4658-879C-1ADA4EC7D86C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "bundles", "bundles", "{408BBEB8-B412-4387-8658-CD9A5FD361D6}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Furnace-cpu", "bundles\Furnace-cpu\Furnace-cpu.fsproj", "{736CDA1E-5821-4022-95EE-47932F03D712}"
Expand Down

This file was deleted.

0 comments on commit aa7cf9e

Please sign in to comment.