Skip to content

Commit

Permalink
Merge pull request #37 from YiboK/master
Browse files Browse the repository at this point in the history
Deployed the package and pass CI
  • Loading branch information
YiboK authored Nov 29, 2023
2 parents 1957b32 + 14ec330 commit 96d99b3
Show file tree
Hide file tree
Showing 38 changed files with 79 additions and 21,468 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
file: lcov.info
- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
build:
runs-on: ubuntu-latest
steps:
Expand All @@ -60,4 +60,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
run: julia --project=docs/ --code-coverage=user docs/make.jl
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v1
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,5 @@ Backup[ ]of[ ]*.numbers/

###data
*.trees
*.tree
*.tree
Manifest.toml
Loading

0 comments on commit 96d99b3

Please sign in to comment.