Skip to content

Commit

Permalink
codecov only on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Jan 3, 2023
1 parent b48e78b commit a28b080
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
- uses: julia-actions/julia-runtest@latest
env:
RASTERDATASOURCES_PATH: "."
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- if: startsWith(matrix.os,'ubuntu')
uses: julia-actions/julia-processcoverage@v1
- if: startsWith(matrix.os,'ubuntu')
uses: codecov/codecov-action@v1
with:
file: lcov.info
fail_ci_if_error: true

2 comments on commit a28b080

@rafaqz
Copy link
Member Author

@rafaqz rafaqz commented on a28b080 Jan 3, 2023

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/74989

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.5.5 -m "<description of version>" a28b08014d3b81bf04198e3e6b6dfbb641d44e75
git push origin v0.5.5

Please sign in to comment.