Skip to content

Commit

Permalink
Merge pull request #63 from Herb-AI/CI/add_code_coverage
Browse files Browse the repository at this point in the history
Add code coverage reporting to CI.yml
  • Loading branch information
THinnerichs authored Apr 15, 2024
2 parents c57f5e7 + a94aaba commit 8a7c25f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
matrix:
version:
- '1.8'
- '1'
- 'nightly'
os:
- ubuntu-latest
Expand All @@ -33,3 +34,10 @@ jobs:
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
fail_ci_if_error: false

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# HerbGrammar.jl

[![codecov](https://codecov.io/github/Herb-AI/HerbGrammar.jl/graph/badge.svg?token=IKDBJC5IBK)](https://codecov.io/github/Herb-AI/HerbGrammar.jl)
[![Build Status](https://github.com/Herb-AI/HerbGrammar.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/Herb-AI/HerbGrammar.jl/actions/workflows/CI.yml?query=branch%3Amaster)
[![Dev-Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://Herb-AI.github.io/Herb.jl/dev)

# HerbGrammar.jl

This package contains functionality for declaring grammars for the Herb Program Synthesis framework.

For full documentation please see the [`Herb.jl` documentation](https://herb-ai.github.io/Herb.jl/dev/).
Expand Down

0 comments on commit 8a7c25f

Please sign in to comment.