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

Apply BestieTemplate v0.12.0 #848

Merged
merged 3 commits into from
Oct 14, 2024

Conversation

abelsiqueira
Copy link
Member

@abelsiqueira abelsiqueira commented Oct 9, 2024

Pull request details

Describe the changes made in this pull request

Explicitly make Julia 1.6 the minimum supported version
Apply BestieTemplate v0.12.0

List of related issues or pull requests

Closes #676

Collaboration confirmation

As a contributor I confirm

  • I read and followed the instructions in README.dev.md
  • The documentation is up to date with the changes introduced in this Pull Request (or NA)
  • Tests are passing
  • Lint is passing

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.90%. Comparing base (f50fd5d) to head (f63598c).
Report is 4 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main     #848      +/-   ##
===========================================
- Coverage   100.00%   99.90%   -0.10%     
===========================================
  Files           20       20              
  Lines         1021     1017       -4     
===========================================
- Hits          1021     1016       -5     
- Misses           0        1       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@datejada datejada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @abelsiqueira some minor comments so far. Thanks!

uses: ./.github/workflows/ReusableTest.yml
with:
os: ubuntu-latest
version: "1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
version: "1"
version: "lts"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This we keep as "1", to test only on the latest release (1.11)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, should we test in both? "1" and "lts" since this is how we are doing the test on PRs currently

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can do that, yes. I'll make the suggestion

Suggested change
version: "1"
version:
- "lts"
- "1"

fail-fast: false
matrix:
version:
- "1.6"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- "1.6"
- "lts"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this file? I think Bestie uses now TestOnPRs.yml instead (just checking)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We must have forgotten to delete

Add codecov configuration file.
Set 95% coverage as target for the project.
Set the yellow range to 90%-95%.

Closes TulipaEnergy#849
@abelsiqueira abelsiqueira marked this pull request as ready for review October 14, 2024 08:04
Copy link
Member

@datejada datejada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@abelsiqueira abelsiqueira merged commit 57eb8ed into TulipaEnergy:main Oct 14, 2024
6 of 7 checks passed
@abelsiqueira abelsiqueira deleted the apply-bestie branch October 14, 2024 08:43
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.

Apply BestieTemplate.jl
2 participants