Skip to content

Commit

Permalink
Remove duplicated perl coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Sep 23, 2022
1 parent 5b55e17 commit b8ee29c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,18 +291,6 @@ jobs:
COVERAGE: ${{ matrix.COVERAGE }}
DB_TESTING: ${{ matrix.DB_TESTING }}

# Upload coverage data if needed
- name: Upload coverage data
run: |
unset PERL5OPT
cover -report coveralls
cover -report text > logs/coverage.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: perl
COVERALLS_PARALLEL: true
if: ${{ matrix.COVERAGE }}

# Do API Tests
- uses: actions/download-artifact@v3
with:
Expand All @@ -325,7 +313,6 @@ jobs:
run: |
unset PERL5OPT
cover -report coveralls
cover -report text > logs/coverage.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: perl
Expand Down

0 comments on commit b8ee29c

Please sign in to comment.