Skip to content

Commit

Permalink
Merge branch 'SciML:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
saumil-sh authored Mar 1, 2024
2 parents c77bbe4 + 9192524 commit ef17ed3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
GROUP: ${{ matrix.group }}
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.29.2/"
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
4 changes: 3 additions & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.29.2/"
run: julia --project=docs/ --code-coverage=user docs/make.jl
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit ef17ed3

Please sign in to comment.