Skip to content

Commit

Permalink
[CI] try to always upload coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
xhub committed May 4, 2022
1 parent d70ccb0 commit d8b6b1d
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 @@ -32,9 +32,12 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
if: always()
- uses: codecov/codecov-action@v2
if: always()
with:
files: lcov.info
- uses: julia-actions/julia-uploadcodecov@latest
if: always()
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

2 comments on commit d8b6b1d

@xhub
Copy link
Owner Author

@xhub xhub commented on d8b6b1d May 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/59695

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.7 -m "<description of version>" d8b6b1d3d2644cb1bd167e15c799ea75b62796d5
git push origin v0.1.7

Please sign in to comment.