Skip to content

Commit 0de478c

Browse files
authored
Enable Codecov integration (#16)
1 parent d5c5229 commit 0de478c

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,8 @@ jobs:
4545
4646
- uses: julia-actions/julia-runtest@latest
4747
continue-on-error: ${{ matrix.version == 'nightly' }}
48+
- name: "Process code coverage"
49+
uses: julia-actions/julia-processcoverage@v1
50+
- name: "Upload coverage data to Codecov"
51+
continue-on-error: true
52+
uses: codecov/codecov-action@v3

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# RandomExtensions
22

33
[![Tests Status](https://github.com/JuliaRandom/RandomExtensions.jl/workflows/CI/badge.svg)](https://github.com/JuliaRandom/RandomExtensions.jl/actions?query=workflow%3ACI)
4+
[![codecov](https://codecov.io/gh/JuliaRandom/RandomExtensions.jl/graph/badge.svg?token=3crLCcitZR)](https://codecov.io/gh/JuliaRandom/RandomExtensions.jl)
45
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaRandom.github.io/RandomExtensions.jl/stable)
56
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaRandom.github.io/RandomExtensions.jl/dev)
67

0 commit comments

Comments
 (0)