Skip to content

Commit

Permalink
continue lcov tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
houstonhaynes committed Feb 15, 2025
1 parent 22a9117 commit 53f1215
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-test-docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,11 @@ jobs:
- name: Upload coverage
uses: coverallsapp/github-action@v2
with:
file: lcov.info
format: lcov
file: ./lcov.info
flag-name: unit-tests
base-path: /home/runner/work/Furnace/Furnace/coverage
fail-on-error: true
parallel: false
git-branch: ${{ github.ref_name }}
git-commit: ${{ github.sha }}
compare-ref: ${{ github.base_ref }}
- name: Run fsdocs
run: dotnet fsdocs build --eval --strict --properties Configuration=Release
- name: Deploy docs
Expand Down

0 comments on commit 53f1215

Please sign in to comment.