Skip to content

Commit

Permalink
Track code coverage using Codecov (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Jan 8, 2021
1 parent 2614adb commit 3d31919
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
- run: julia --project -e 'using Pkg; Pkg.develop([PackageSpec(path="SnoopCompileCore")])'
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
file: lcov.info

skip:
if: "contains(github.event.head_commit.message, '[skip ci]')"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SnoopCompile

[![Build Status](https://github.com/timholy/SnoopCompile.jl/workflows/CI/badge.svg)](https://github.com/timholy/SnoopCompile.jl/actions?query=workflow%3A%22CI%22+branch%3Amaster)
[![Codecov](https://codecov.io/github/timholy/SnoopCompile.jl/coverage.svg)](https://codecov.io/gh/timholy/SnoopCompile.jl)

SnoopCompile observes the Julia compiler, causing it to record the
functions and argument types it's compiling. From these lists of methods,
Expand Down

0 comments on commit 3d31919

Please sign in to comment.