Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
add coveralls repo token on secret
  • Loading branch information
peczenyj authored Dec 7, 2023
1 parent 2cc5031 commit 0b1a71d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
env:
GITHUB_ACTIONS: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
cpanm -n Devel::Cover::Report::Coveralls
cover -test -report Coveralls

0 comments on commit 0b1a71d

Please sign in to comment.