Skip to content

Commit

Permalink
switch to Github for coverage testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Dec 6, 2020
1 parent 4b7400c commit eedb2a1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/coveralls.yml
@@ -0,0 +1,17 @@
on: [push, pull_request]
name: Generate Coveralls report
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v2
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: 5.32
- name: Run with coverage checking
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cpanm --installdeps .
cpanm Devel::Cover::Report::Coveralls
cover -test -report Coveralls
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

0 comments on commit eedb2a1

Please sign in to comment.