Devel::Cover::Report::Codecovbash - Generate a JSON file to be uploaded with the codecov bash script.
version 0.04
This is a coverage reporter for Codecov. It generates a JSON file that can be uploaded with the bash script provided by codecov. See https://docs.codecov.io/docs/about-the-codecov-bash-uploader for details.
The generated file will be named codecov.json
and will be in the
cover_db
directory by default.
Nearly all of the code in this distribution was simply copied from Pine Mizune's Devel-Cover-Report-Codecov distribution.
Use the codecov bash script:
cover -report codecovbash
bash <(curl -s https://codecov.io/bash) -t token -f cover_db/codecov.json
The source code repository for Devel-Cover-Report-Codecovbash can be found at https://github.com/perlpunk/Devel-Cover-Report-Codecovbash.
Tina Müller [email protected]
- Dave Rolsky [email protected]
- Tina Müller [email protected]
This software is Copyright (c) 2019 - 2021 by Pine Mizune.
This is free software, licensed under:
The MIT (X11) License
The full text of the license can be found in the
LICENSE
file included with this distribution.