Releases: codacy/codacy-coverage-reporter
Releases · codacy/codacy-coverage-reporter
11.3.6
doc: Make improvements to the codacy-coverage-reporter documentation …
11.3.5: Merge pull request #260 from codacy/bump-parser
Update coverage parser with improved clover errors
11.3.4: Merge pull request #241 from codacy/standard-cache-dir
clean: Use standard cache directories in linux and darwin
11.3.3
doc: Remove instructions on how to authenticate using account API Tok…
11.3.2: Merge pull request #257 from codacy/update-coverage-parser
bump: Update coverage parser with clover improvements
11.3.1: style: Improve copy of log messages [CY-2634] (#252)
* style: Improve error message when there is no API token defined Makes it more explicit that: - A "project token" is a project API token - An "api token" is an account API token * fix: Test for scenario when "no token is used" * Update link to documentation on uploading partial reports * Edit and improve copy of log messages * Update log message to explicitly mention UUID
11.3.0: Merge pull request #250 from codacy/feature/choose-parser
feature: Use a specific parser for coverage and log the used one
11.2.5
doc: Direct users to instructions on how to upload coverage results (…
11.2.4: doc: Refactor documentation (#244)
* Move all coverage-related info from codacy/docs to this repository * Update link to full documentation and --help flag to README.md * Rename "Authenticating using an Account API Token" * Initial refactor of main setup steps to configure coverage There is still extra information at the bottom of the page that must be organized somewhere better. * Fix link and expand flag -r to --coverage-reports * Move repeated information to installation-methods.md * Edit "Commit SHA hash detection" * Group pointers to more advanced information * Move and rename "Installation methods" This is the first step to get rid of the "Advanced" subsection. * Move information on sending multiple reports to index.md * Move information on authenticating with an account API token to index.md * Move information on how commit hashes are detected to index.md * Merge Swift/Objective-C support and common issues in a single page * Edit and review index.md * Edit and review troubleshooting-common-issues.md * Edit and review alternative-ways-of-running-coverage-reporter.md * Add example for unsupported language * Update link to documentation in logging message * Move help on generating coverage reports to a dedicated page On the index.md we now list only the coverage report formats that Codacy supports and refer to the page on how to generate coverage for more help. * Clarify how to send partial reports and fix bug on final command * fix: Formatting for scalafmt * Include link to list of language aliases in codacy-plugins-api * Reorder topics to more logical sequence * Edit CODACY_API_BASE_URL since now it uses standard 80/443 ports * Move info on submitting coverage by unsupported tools to troubleshooting * Change tip card to note * Update link on README.md * Update link to info on partial reports on ReportRules.scala * Add link to setting up Codacy coverage badge * Add link to Codacy blog post on the basics of code coverage * Replace flags --language and --coverage-reports with short versions This makes the documentation more resilient to future changes in the codacy-coverage-reporter source code. * Add example coverage report converter t-yuki/gocover-cobertura This substitutes the project schrej/godacov since it is a custom implementation of our own codacy-coverage-reporter and we prefer that customers use our own tool. * Remove links from report formats table * Rename section on submitting coverage from unsupported formats
11.2.3: Merge pull request #248 from codacy/fix/orb-cmd-alpine
fix: Make the orb compatible with Alpine Linux executors