Giving love (updates)
- Use OSI standardized license text so it is machine detectable by GitHub/Licensee
- Update CI by including Windows (x64/x86) through Travis
- Update Codecov example (is codecov enabled for the repo?)
- Using current Pkg.jl format for test/docs stages
- Added example of using/import statements
- Added Weave for docs
- Use OSI standardized license text so it is machine detectable by GitHub/Licensee
This now doesn't match what is generated by PkgTemplates and Pkg.generate, however.
We should make the changes to PkgTemplates and Pkg.generate to use the OSI standard texts rather a custom text which is not machine detectable.
Codecov Report
:exclamation: No coverage uploaded for pull request base (
master@f968c69). Click here to learn what that means. The diff coverage is100%.
@@ Coverage Diff @@
## master #44 +/- ##
=======================================
Coverage ? 100%
=======================================
Files ? 1
Lines ? 5
Branches ? 0
=======================================
Hits ? 5
Misses ? 0
Partials ? 0
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/Example.jl | 100% <100%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update f968c69...910079d. Read the comment docs.
Can you split the PR into smaller pieces? That will help merging the less controversial changes soon. I'd like the question of the standard format to use for LICENSE.md to be settled here before switching other packages (as you propose in your PRs).
I have split the changes into #45, #46, #47, and #48. I can open another one for the using/import example since it is an issue that comes up often in the Slack.