Skip to content

Commit a3c6a66

Browse files
authored
Add deprecation notice to README.md
1 parent 33e396f commit a3c6a66

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Coverage.jl
22
===========
33

4+
---
5+
6+
> [!WARNING]
7+
> **WARNING: codecov and coveralls no longer support 3rd party uploaders (such as this one). You must use their official uploaders. You can still use CoverageTools (re-exported by this package) to pre-process the files however.**
8+
>
9+
> * <https://docs.codecov.com/docs/codecov-uploader>
10+
> * <https://docs.coveralls.io/integrations#universal-coverage-reporter>
11+
12+
---
13+
414
[![Build Status](https://github.com/JuliaCI/Coverage.jl/workflows/CI/badge.svg)](https://github.com/JuliaCI/Coverage.jl/actions/workflows/CI.yml?query=branch%3Amaster)
515
[![coveralls](https://coveralls.io/repos/github/JuliaCI/Coverage.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaCI/Coverage.jl?branch=master)
616
[![codecov](https://codecov.io/gh/JuliaCI/Coverage.jl/branch/master/graph/badge.svg?label=codecov)](https://codecov.io/gh/JuliaCI/Coverage.jl)

0 commit comments

Comments
 (0)