Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix and simplify CI setup #96

Merged
merged 1 commit into from
Aug 30, 2022
Merged

Fix and simplify CI setup #96

merged 1 commit into from
Aug 30, 2022

Conversation

ararslan
Copy link
Member

The problem with the documentation setup introduced in #94 was that the actions were improperly specified. That is fixed in this commit.

In addition, the following changes were made to simplify the setup, bringing it more in line with Example.jl (I actually copied the file from there and made individual changes) and most other Julia packages:

  • The cronjob for running tests has been removed; it doesn't provide meaningful benefit atop running on PRs, tags, and pushes to main.
  • The concurrency specification has been removed. I believe what's specified is actually the default behavior.
  • include mentions a version check and branch protection but neither are present (I assume this was copied from elsewhere) so that step has been removed.
  • The separate JuliaNightly CI has been incorporated back into the regular CI setup as an include step. This avoids duplication.
  • https://github.com/JuliaRegistries/TagBot provides a template in its README which includes a few more items not present in the one here. Those have been added.

Hopefully these changes will make things more consistent and easier to maintain going forward.

The problem with the documentation setup introduced in PR 94 was that
the actions were improperly specified. That is fixed in this commit.

In addition, the following changes were made to simplify the setup,
bringing it more in line with Example.jl (I actually copied the file
from there and made individual changes) and most other Julia packages:
- The cronjob for running tests has been removed; it doesn't provide
  meaningful benefit atop running on PRs, tags, and pushes to `main`.
- The concurrency specification has been removed. I believe what's
  specified is actually the default behavior.
- `include` mentions a version check and branch protection but neither
  are present (I assume this was copied from elsewhere) so that step has
  been removed.
- The separate `JuliaNightly` CI has been incorporated back into the
  regular CI setup as an `include` step. This avoids duplication.
- <https://github.com/JuliaRegistries/TagBot> provides a template in its
  README which includes a few more items not present in the one here.
  Those have been added.

Hopefully these changes will make things more consistent and easier to
maintain going forward.
@ararslan ararslan requested a review from stevengj August 30, 2022 15:21
@ararslan
Copy link
Member Author

Nice, CI is running! 🙂

@codecov
Copy link

codecov bot commented Aug 30, 2022

Codecov Report

Base: 85.52% // Head: 87.63% // Increases project coverage by +2.11% 🎉

Coverage data is based on head (54d1194) compared to base (0413093).
Patch coverage: 97.15% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #96      +/-   ##
==========================================
+ Coverage   85.52%   87.63%   +2.11%     
==========================================
  Files           8        9       +1     
  Lines        1181     1343     +162     
==========================================
+ Hits         1010     1177     +167     
+ Misses        171      166       -5     
Impacted Files Coverage Δ
src/cholesky.jl 98.33% <ø> (ø)
src/exp.jl 99.47% <ø> (ø)
src/hessenberg.jl 87.09% <ø> (ø)
src/jmatrix.jl 95.83% <ø> (ø)
src/pfaffian.jl 85.91% <ø> (+1.40%) ⬆️
src/eigen.jl 84.46% <94.44%> (-2.21%) ⬇️
src/skeweigen.jl 97.32% <97.32%> (ø)
src/skewhermitian.jl 82.94% <100.00%> (+1.55%) ⬆️
src/tridiag.jl 75.47% <100.00%> (-0.34%) ⬇️
... and 2 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@smataigne
Copy link
Collaborator

Thank you very much for your help! I'll correct the error.

@smataigne smataigne closed this Aug 30, 2022
@smataigne smataigne reopened this Aug 30, 2022
@smataigne smataigne merged commit 50d4e7f into main Aug 30, 2022
@ararslan ararslan deleted the aa/fix-ci branch August 30, 2022 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants