Skip to content

Commit

Permalink
Merge pull request #57 from ReactiveBayes/bvdmitri-patch-1
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
bvdmitri authored Jan 14, 2025
2 parents 76a0c4f + ef6952d commit c0cff43
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- '1.8'
- '1.9'
- '1.10'
- '1.11'
- 'nightly'
os:
- ubuntu-latest
Expand All @@ -49,9 +50,11 @@ jobs:
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
file: lcov.info
files: lcov.info
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit c0cff43

Please sign in to comment.