Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingWorkshop committed Apr 6, 2024
1 parent 82a2859 commit 9f04aa6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ jobs:
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
slug: JuliaPOMDP/CompressedBeliefMDPs.jl
fail_ci_if_error: false
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9f04aa6

Please sign in to comment.