Skip to content

Commit

Permalink
switch from codecov to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
lim-deriv committed Sep 20, 2023
1 parent 4da95c0 commit 85fc752
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 @@ -36,7 +38,7 @@ jobs:
cpanm --installdeps .
dzil listdeps --author --missing --cpanm-versions | xargs cpanm -n
- 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 85fc752

Please sign in to comment.