Skip to content

Commit

Permalink
Have Travis submit Coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Jul 28, 2020
1 parent 3418d14 commit 0aadd80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ matrix:
notifications:
email: false

codecov: true

jobs:
include:
- stage: "Documentation"
Expand Down

2 comments on commit 0aadd80

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

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 v5.0.0 -m "<description of version>" 0aadd8055eabca367806117a2f3573119dd4638f
git push origin v5.0.0

Please sign in to comment.