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

Don't create empty Manifest.toml (again) #426

Merged
merged 3 commits into from
Sep 3, 2023

Conversation

cossio
Copy link
Contributor

@cossio cossio commented Sep 2, 2023

Follow-up to #425. The Git plugin was also touching an empty Manifest.toml which also triggered the warning. This fixes that.

@codecov
Copy link

codecov bot commented Sep 2, 2023

Codecov Report

Merging #426 (008e17f) into master (f62c304) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #426      +/-   ##
==========================================
- Coverage   93.13%   93.12%   -0.01%     
==========================================
  Files          23       23              
  Lines         714      713       -1     
==========================================
- Hits          665      664       -1     
  Misses         49       49              
Files Changed Coverage Δ
src/plugins/git.jl 93.44% <ø> (-0.11%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@cossio
Copy link
Contributor Author

cossio commented Sep 2, 2023

CI fails only on Julia 1.7.2, not sure is significant? Maybe this Manifest.toml should be removed from the reference test. Ref. #422. @nickrobinson251 can you take a look? Thanks.

@nickrobinson251
Copy link
Collaborator

Yes that failure is real -- please see https://juliaci.github.io/PkgTemplates.jl/stable/developer/#Testing-1 and update the reference tests as needed (which you can do by running the reference tests locally with the required Julia version)

@cossio
Copy link
Contributor Author

cossio commented Sep 3, 2023

Ref. test updated. All CI is green now!

@nickrobinson251 nickrobinson251 merged commit 367c369 into JuliaCI:master Sep 3, 2023
@cossio cossio deleted the manifest2 branch September 3, 2023 11:35
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