Skip to content

Commit

Permalink
Added "git config --global --add safe.directory /__w/CGI-Info/CGI-Inf…
Browse files Browse the repository at this point in the history
…o" as suggested by cover
  • Loading branch information
nigelhorne committed Sep 5, 2024
1 parent 1d49f81 commit b48b0ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Install Dependencies
run: |
cpanm --reinstall App::cpanminus
cpanm -ivn --installdeps .
cpanm --mirror https://cpan.org -ivn Devel::Cover::Report::Coveralls
cpanm -iqn --installdeps .
cpanm --mirror https://cpan.org -iqn Devel::Cover::Report::Coveralls
- name: Build module
run: |
perl Makefile.PL
Expand All @@ -38,8 +38,10 @@ jobs:
AUTOMATED_TESTING: 1
- name: Submit coveralls
run: |
git config --global --add safe.directory /__w/CGI-Info/CGI-Info
cover -test
cover -report coveralls
# ./codecov -t ${{ secrets.COVERALLS_TOKEN }} -f cover_db/codecov.json
env:
GITHUB_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
AUTOMATED_TESTING: 1

0 comments on commit b48b0ef

Please sign in to comment.