Skip to content

Commit

Permalink
Merge pull request #174 from pjfanning/main
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Oct 30, 2021
2 parents 4705c30 + 27409d1 commit 7b9de4b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/paradox/coverage-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ lazy val root = (project in file("."))

## Codecov

The Codecov uploader script will upload coverage automatically if the XML formatter is enabled. For example:
The [Codecov uploader](https://docs.codecov.com/docs/codecov-uploader) will upload coverage automatically if the XML formatter is enabled.
Note that the legacy [bash based uploader](https://docs.codecov.com/docs/about-the-codecov-bash-uploader) has been deprecated and service will begin to brown out in the latter part of 2021.

For example:

```scala
jacocoReportSettings := JacocoReportSettings(
Expand All @@ -78,7 +81,7 @@ With this enabled run the Codecov script after JaCoCo:

```sh
sbt jacoco
bash <(curl -s https://codecov.io/bash)
./codecov
```

## Codacy
Expand Down

0 comments on commit 7b9de4b

Please sign in to comment.