Skip to content

Commit

Permalink
Merge pull request #191 from devmotion/patch-1
Browse files Browse the repository at this point in the history
Fix codecov integration
  • Loading branch information
kalmarek authored Apr 25, 2024
2 parents 1351b47 + b71ca85 commit 375a537
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ jobs:
file: ./lcov.info
flags: unittests
name: codecov-umbrella
fail_ci_if_error: false
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

2 comments on commit 375a537

@Joel-Dahne
Copy link
Collaborator

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release Notes:

This is a patch release which fixes a few minor issues and improves the CI

  • Fixes some issues with show for Arb and Acb with compact printing
  • Add constructor for Mag, Arf and Acb from Complex and constructor of Arb from Acb
  • Fix issues with minimum/maximum for ArbRef and mixtures between Arb and other types.
  • The CI now runs Aqua.jl and the Github actions are more up to date (thanks to @devmotion)

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

Tagging

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.2.1 -m "<description of version>" 375a537634a76afca500337a57069d4529382458
git push origin v1.2.1

Please sign in to comment.