Skip to content

Commit

Permalink
Merge pull request #1
Browse files Browse the repository at this point in the history
Add code coverage
  • Loading branch information
maltezfaria authored Sep 29, 2023
2 parents 25bc754 + 976fb66 commit bad3773
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
docs:
name: Documentation
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Inti

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://maltezfaria.github.io/Inti.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://maltezfaria.github.io/Inti.jl/dev/)
[![Build Status](https://github.com/maltezfaria/Inti.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/maltezfaria/Inti.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/maltezfaria/Inti.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/maltezfaria/Inti.jl)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://IntegralEquations.github.io/Inti.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://IntegralEquations.github.io/Inti.jl/dev/)
[![Build Status](https://github.com/IntegralEquations/Inti.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/IntegralEquations/Inti.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/IntegralEquations/Inti.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/IntegralEquations/Inti.jl)
[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ DocMeta.setdocmeta!(Inti, :DocTestSetup, :(using Inti); recursive=true)
makedocs(;
modules=[Inti],
authors="Luiz M. Faria",
repo="https://github.com/maltezfaria/Inti.jl/blob/{commit}{path}#{line}",
repo="https://github.com/IntegralEquations/Inti.jl/blob/{commit}{path}#{line}",
sitename="Inti.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://maltezfaria.github.io/Inti.jl",
canonical="https://IntegralEquations.github.io/Inti.jl",
edit_link="main",
assets=String[],
),
Expand All @@ -20,6 +20,6 @@ makedocs(;
)

deploydocs(;
repo="github.com/maltezfaria/Inti.jl",
repo="github.com/IntegralEquations/Inti.jl",
devbranch="main",
)
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CurrentModule = Inti

# Inti

Documentation for [Inti](https://github.com/maltezfaria/Inti.jl).
Documentation for [Inti](https://github.com/IntegralEquations/Inti.jl).

```@index
```
Expand Down

0 comments on commit bad3773

Please sign in to comment.