You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,20 @@ julia scripts/upload_coverage.jl --dry-run
71
71
72
72
Most users will want to use [Coverage.jl](https://github.com/JuliaCI/Coverage.jl).
73
73
74
+
## Binary Sources
75
+
76
+
Coverage.jl automatically downloads and uses official uploader binaries for different platforms:
77
+
78
+
-**Codecov**: Official [codecov uploader](https://docs.codecov.com/docs/codecov-uploader) from [codecov/uploader](https://github.com/codecov/uploader) (all platforms)
79
+
80
+
-**Coveralls**: Platform-specific binaries
81
+
-**Linux/Windows**: Official [coverallsapp/coverage-reporter](https://github.com/coverallsapp/coverage-reporter) releases
82
+
-**macOS**: Custom-built binaries from [vtjnash/coveralls-macos-binaries](https://github.com/vtjnash/coveralls-macos-binaries)
83
+
84
+
The macOS Coveralls binaries are specially built because the official coverage-reporter doesn't provide macOS binaries. These custom builds include embedded OpenSSL dependencies.
85
+
86
+
All binaries are automatically downloaded to Julia's scratch space when first needed and cached for subsequent use.
0 commit comments