Skip to content

Commit

Permalink
Rename coverage set to where it really comes from
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Aug 15, 2023
1 parent 66032d0 commit 7318bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -303,7 +303,7 @@ jobs:
uses: coverallsapp/github-action@v2.2.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: database-ui
flag-name: webservices-ui
parallel: true
file: ${{ github.workspace }}/UI/coverage/lcov.info
if: ${{ matrix.COVERAGE }}
Expand All @@ -316,7 +316,7 @@ jobs:
cover -report text > logs/coverage.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: database-perl
COVERALLS_FLAG_NAME: webservices-perl
COVERALLS_PARALLEL: true
if: ${{ matrix.COVERAGE }}

Expand Down

0 comments on commit 7318bdc

Please sign in to comment.