Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
waltergu committed Apr 18, 2024
1 parent 201bf2e commit 3f3fe75
Show file tree
Hide file tree
Showing 9 changed files with 711 additions and 432 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
version:
- '1.8'
- '1.9'
- '1.10'
os:
- ubuntu-latest
arch:
Expand All @@ -34,7 +35,9 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: lcov.info
docs:
Expand Down
Loading

0 comments on commit 3f3fe75

Please sign in to comment.