Skip to content

Commit

Permalink
Upload coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
voegelas committed Apr 24, 2023
1 parent 515386c commit c17403b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/linux.yml
Expand Up @@ -21,6 +21,9 @@ jobs:
apt-get install -y libmaxminddb-dev
cpanm --quiet --notest --installdeps .
- name: Run tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
perl Makefile.PL
cover -test
cover -test -report coveralls
6 changes: 1 addition & 5 deletions .gitlab-ci.yml
Expand Up @@ -8,11 +8,7 @@ test:
when: never
- when: always
script:
- apt-get install -y libmaxminddb-dev
- cpanm --quiet --notest --installdeps .
- perl Makefile.PL
- cover -test

include:
- remote: 'https://mirror.andreasvoegele.com/gitlab/build-packages.yaml'
rules:
- if: $BUILD_PACKAGES == "true"

0 comments on commit c17403b

Please sign in to comment.