Skip to content

Commit

Permalink
Fixing poorly uncommented code from previous MR (#17)
Browse files Browse the repository at this point in the history
* Adding compats for all packages suggested by compathelper

* Typo and merge master

* Adding slack notifications removing 1.0

* Fixing bad type that stopped ci

* Trying to resolve dependency issue in docs build

* Test with strict AbstractGPs version

* Relaxing AbstractGPs compat

* Don't use package server

* Fixing doctests

* Adding packages to docs env

* Fixing format issues

* Moving some doctests, removing Stheno from test env, adding 1 as version for doc ci tests

* Addressing formatting issues and ci problem

* Formatting and ci bug

* Adding required export

* Fixing kwarg ;

* Format issues

* Getting 100% coverage and fixing formatting
  • Loading branch information
thomasgudjonwright authored Aug 19, 2021
1 parent b081493 commit 4f26cec
Show file tree
Hide file tree
Showing 12 changed files with 479 additions and 172 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
file: lcov.info

# slack:
slack:
name: Notify Slack Failure
needs: test
runs-on: ubuntu-latest
Expand Down Expand Up @@ -79,5 +79,6 @@ jobs:
Pkg.instantiate()
include("docs/make.jl")'
env:
JULIA_PKG_SERVER: ""
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
Loading

2 comments on commit 4f26cec

@thomasgudjonwright
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/43144

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 v0.1.0 -m "<description of version>" 4f26cec1c64fbb2f23c970a9c6620ada1fa9acdb
git push origin v0.1.0

Please sign in to comment.