Skip to content

Commit

Permalink
Merge #359
Browse files Browse the repository at this point in the history
359: Codecov: require that the project coverage always stays above 70% r=DilumAluthge a=DilumAluthge



Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
  • Loading branch information
bors[bot] and DilumAluthge committed Mar 12, 2021
2 parents fa2ad98 + 6cb2e04 commit 31f70b1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,3 @@ jobs:
- uses: julia-actions/julia-runtest@v1
env:
AUTOMERGE_RUN_INTEGRATION_TESTS: "false"
# - uses: julia-actions/julia-processcoverage@v1
# - uses: codecov/codecov-action@v1
# with:
# file: lcov.info
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 <dilum@aluthge.com>", "Fredrik Ekre <ekrefredrik@gmail.com>", "contributors"]
version = "6.7.4"
version = "6.7.5"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
3 changes: 2 additions & 1 deletion bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ status = [
"Unit/Julia 1/ubuntu-latest/x64",
"Unit/Julia nightly/ubuntu-latest/x64",
"VersionVigilante",
# "codecov/patch",
"codecov/project/minimum",
# "codecov/project",
# "codecov/patch",
]

timeout_sec = 1800
12 changes: 12 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
coverage:
status:
project:
default:
target: auto
minimum:
target: "70%"
# target: "75%"
# target: "80%"
# target: "85%"
# target: "90%"
# target: "95%"

2 comments on commit 31f70b1

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

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 v6.7.5 -m "<description of version>" 31f70b1c8151f197001ce93557626f2809dd3179
git push origin v6.7.5

Please sign in to comment.