Skip to content

Commit

Permalink
Adding coverage (#22)
Browse files Browse the repository at this point in the history
* adding coveralls runner

* call processcoverage

---------

Co-authored-by: Alexander Voigt <[email protected]>
  • Loading branch information
Expander and Alexander Voigt authored Dec 1, 2023
1 parent 7de5a9d commit 439d17e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: coverage

on: ["push", "pull_request"]

jobs:
coverage:
name: Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
- uses: coverallsapp/github-action@v2

0 comments on commit 439d17e

Please sign in to comment.