Skip to content

Releases: codacy/codacy-coverage-reporter

11.3.6

30 Sep 10:10
c3dd3d5
Compare
Choose a tag to compare
doc: Make improvements to the codacy-coverage-reporter documentation …

11.3.5: Merge pull request #260 from codacy/bump-parser

28 Sep 15:41
bc6a3d2
Compare
Choose a tag to compare
Update coverage parser with improved clover errors

11.3.4: Merge pull request #241 from codacy/standard-cache-dir

25 Sep 16:29
301cd1e
Compare
Choose a tag to compare
clean: Use standard cache directories in linux and darwin

11.3.3

25 Sep 13:47
f555040
Compare
Choose a tag to compare
doc: Remove instructions on how to authenticate using account API Tok…

11.3.2: Merge pull request #257 from codacy/update-coverage-parser

24 Sep 13:00
723ba0f
Compare
Choose a tag to compare
bump: Update coverage parser with clover improvements

11.3.1: style: Improve copy of log messages [CY-2634] (#252)

10 Sep 09:35
bdda192
Compare
Choose a tag to compare
* 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

09 Sep 15:54
173bbd0
Compare
Choose a tag to compare
feature: Use a specific parser for coverage and log the used one

11.2.5

09 Sep 15:51
a84147b
Compare
Choose a tag to compare
doc: Direct users to instructions on how to upload coverage results (…

11.2.4: doc: Refactor documentation (#244)

07 Sep 15:57
c9d88ef
Compare
Choose a tag to compare
* 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

02 Sep 12:29
a675339
Compare
Choose a tag to compare
fix: Make the orb compatible with Alpine Linux executors