Skip to content

Commit

Permalink
Merge pull request #360 from codacy/doc/reorder-alternative-run
Browse files Browse the repository at this point in the history
doc: Reorder alternative ways of running the Coverage Reporter
  • Loading branch information
Paulo Ribeiro authored Mar 3, 2022
2 parents 1f695b2 + ae05103 commit 16e62b9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/alternative-ways-of-running-coverage-reporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ You can use Docker to run Codacy Coverage Reporter:
docker run -v $PWD:/code codacy/codacy-coverage-reporter:<version> report
```

## GitHub Action

If you're using GitHub Actions to report coverage, you can use our GitHub Action [codacy/codacy-coverage-reporter-action](https://github.com/codacy/codacy-coverage-reporter-action).
## CircleCI orb
If you're using CircleCI to report coverage, you can use our orb [codacy/coverage-reporter](https://circleci.com/orbs/registry/orb/codacy/coverage-reporter).

## Manually downloading the binary

### Linux amd64
Expand Down Expand Up @@ -128,14 +136,6 @@ If you are having any issues with your installation, you can also build the cove
<path>/java-project$ java -jar ../codacy-coverage-reporter/target/codacy-coverage-reporter-assembly-<version>.jar report
```

## CircleCI orb

If you are using CircleCI to report coverage, you can use our orb [codacy/coverage-reporter](https://circleci.com/orbs/registry/orb/codacy/coverage-reporter).

## GitHub Action

If you are using GitHub Actions to report coverage, you can use our GitHub Action [codacy/codacy-coverage-reporter-action](https://github.com/codacy/codacy-coverage-reporter-action).

## Community supported alternatives

### Maven plugin
Expand Down

0 comments on commit 16e62b9

Please sign in to comment.