Skip to content

Commit c8bd26e

Browse files
authored
add codecov badge
1 parent 94d981e commit c8bd26e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This package is part of the Julia standard library (stdlib).
44

55
`LinearAlgebra.jl` provides functionality for performing linear algebra operations in Julia.
66

7+
| **Coverage** |
8+
|:-------------------------------:|
9+
| [![][codecov-img]][codecov-url] |
10+
11+
[codecov-img]: https://codecov.io/gh/JuliaLang/LinearAlgebra.jl/branch/master/graph/badge.svg
12+
[codecov-url]: https://codecov.io/gh/JuliaLang/LinearAlgebra.jl
13+
714
## Migrating a Pull Request (PR) from the Julia repository to this repository
815

916
Since this package was split out from the main Julia repository, you might have previously made a pull request (PR) to the Julia repo. You can easily migrate such PRs to this repository using the following steps:

0 commit comments

Comments
 (0)