Skip to content

Commit

Permalink
remove coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Nov 30, 2023
1 parent c5fc2ab commit dbe2b7f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ jobs:
# mv `find coverage -type f` fs-ui.lcov
# dotnet test Rdmp.Core.Tests/Rdmp.Core.Tests.csproj --nologo --collect:"XPlat Code Coverage" --no-build --verbosity minimal -c Release --results-directory coverage -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=lcov
# mv `find coverage -type f` fs-core.lcov
- name: Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.github_token }}
files: ./db-ui.lcov ./db-core.lcov ./fs-ui.lcov ./fs-core.lcov
flag-name: unit tests
# - name: Coveralls
# uses: coverallsapp/[email protected]
# with:
# github-token: ${{ secrets.github_token }}
# files: ./db-ui.lcov ./db-core.lcov ./fs-ui.lcov ./fs-core.lcov
# flag-name: unit tests

- name: Package
run: |
Expand Down

0 comments on commit dbe2b7f

Please sign in to comment.