Skip to content

Commit

Permalink
Merge #419
Browse files Browse the repository at this point in the history
419: Bors: require the `codecov/project/minimum` status r=DilumAluthge a=DilumAluthge



Co-authored-by: Dilum Aluthge <[email protected]>
  • Loading branch information
bors[bot] and DilumAluthge authored Jun 7, 2021
2 parents dac7559 + d438c60 commit 0af2fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RegistryCI"
uuid = "0c95cc5f-2f7e-43fe-82dd-79dbcba86b32"
authors = ["Dilum Aluthge <[email protected]>", "Fredrik Ekre <[email protected]>", "contributors"]
version = "7.1.6"
version = "7.1.7"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
2 changes: 1 addition & 1 deletion bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ status = [
"Unit/Julia 1.5/ubuntu-latest/x64",
"Unit/Julia 1/ubuntu-latest/x64",
"Unit/Julia nightly/ubuntu-latest/x64",
# "codecov/project/minimum", # TODO: uncomment this line
"codecov/project/minimum",
# "codecov/project",
# "codecov/patch",
]
Expand Down

2 comments on commit 0af2fbc

@DilumAluthge
Copy link
Member

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

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 v7.1.7 -m "<description of version>" 0af2fbc784ead80f773b0fffe9edae672000da94
git push origin v7.1.7

Please sign in to comment.