Skip to content

Commit

Permalink
switched code coverage to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal-deriv committed Sep 20, 2023
1 parent 0984d19 commit 0afb4ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
container:
image: perldocker/perl-tester:${{ matrix.perl-version }}
strategy:
Expand Down Expand Up @@ -38,7 +40,7 @@ jobs:
- name: Install Redis Server
run: apt-get install -y redis
- name: Run Tests
run: dzil smoke --release --author && dzil cover -test -report codecov && dzil xtest
run: dzil smoke --release --author && dzil cover -test -report coveralls && dzil xtest
release:
if: github.ref == 'refs/heads/master'
needs: test
Expand Down

0 comments on commit 0afb4ae

Please sign in to comment.