Skip to content

Commit

Permalink
Disable coverage on Windows.
Browse files Browse the repository at this point in the history
We don't decode secrets there.
[skip ci]
  • Loading branch information
maleadt committed Oct 7, 2021
1 parent b92fa8c commit ca9034d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,7 @@ steps:
- JuliaCI/julia#v1:
version: 1.6
- JuliaCI/julia-test#v1: ~
- JuliaCI/julia-coverage#v1:
codecov: true
dirs:
- src
- lib
- examples
# XXX: no coverage, as no secrets on Windows
agents:
queue: "juliagpu-windows"
cuda: "*"
Expand Down

2 comments on commit ca9034d

@maleadt
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
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/46470

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 v3.5.0 -m "<description of version>" ca9034d86a66086e0863c876644fef3577f1e7d9
git push origin v3.5.0

Please sign in to comment.