https://github.com/perlpunk/devel-cover-report-codecovbash
Generate a JSON file to be uploaded with the codecov bash script.
https://github.com/perlpunk/devel-cover-report-codecovbash
Last synced: 8 months ago
JSON representation
Generate a JSON file to be uploaded with the codecov bash script.
- Host: GitHub
- URL: https://github.com/perlpunk/devel-cover-report-codecovbash
- Owner: perlpunk
- License: other
- Created: 2021-07-19T18:28:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T23:10:30.000Z (8 months ago)
- Last Synced: 2025-04-05T23:24:35.122Z (8 months ago)
- Language: Perl
- Homepage: http://metacpan.org/release/Devel-Cover-Report-Codecovbash/
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NAME
Devel::Cover::Report::Codecovbash - Generate a JSON file to be uploaded with the codecov bash script.
# VERSION
version 0.04
# DESCRIPTION
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](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](https://metacpan.org/release/Devel-Cover-Report-Codecov)
distribution.
# UPLOADING RESULTS
Use the codecov bash script:
cover -report codecovbash
bash <(curl -s https://codecov.io/bash) -t token -f cover_db/codecov.json
# SOURCE
The source code repository for Devel-Cover-Report-Codecovbash can be found at [https://github.com/perlpunk/Devel-Cover-Report-Codecovbash](https://github.com/perlpunk/Devel-Cover-Report-Codecovbash).
# AUTHOR
Tina Müller
# CONTRIBUTORS
- Dave Rolsky
- Tina Müller
# COPYRIGHT AND LICENSE
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.