Skip to content

Commit

Permalink
add codecov to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiffleFish committed Feb 24, 2023
1 parent 899ea60 commit 2dad0f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
arch: x64
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-uploadcodecov@latest
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

docs:
name: Documentation
Expand Down

0 comments on commit 2dad0f8

Please sign in to comment.