Skip to content

Commit

Permalink
updates codecov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mischmi96 committed Apr 20, 2022
1 parent f8942dd commit c97f8ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Expand Up @@ -24,6 +24,5 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
with:
file: ./lcov.info
name: codecov-umbrella
if: ${{ matrix.julia-version == '1.6' && matrix.os =='ubuntu-latest' }}
if: ${{ matrix.julia-version == '1.7' && matrix.os =='ubuntu-latest' }}

2 comments on commit c97f8ac

@mischmi96
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register branch=main

@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/58797

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 v1.1.4 -m "<description of version>" c97f8ac8a6ced74a310d2e387bf667a7c0da735e
git push origin v1.1.4

Please sign in to comment.