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

Support projects not yet under version control #80

Merged
merged 6 commits into from
Sep 28, 2022
Merged

Support projects not yet under version control #80

merged 6 commits into from
Sep 28, 2022

Conversation

lefou
Copy link
Owner

@lefou lefou commented Sep 28, 2022

To check, if the project is properly version controlled, you can
check vcsState().vcs: Option[Vcs] value, which is None, in case the
project is not under verison control.

This PR breaks binary compatibility with 0.2.x, so the next release will be 0.3.0.

To check, if the project is properly version controlled, you can
check `vcsState().vcs: Option[Vcs]` value, which is non, in case the
project is not under verison control.
@codecov
Copy link

codecov bot commented Sep 28, 2022

Codecov Report

Merging #80 (e42a023) into main (3b425e4) will increase coverage by 3.96%.
The diff coverage is 95.45%.

❗ Current head e42a023 differs from pull request most recent head e3af47c. Consider uploading reports for the commit e3af47c to get more accurate results

@@            Coverage Diff             @@
##             main      #80      +/-   ##
==========================================
+ Coverage   88.88%   92.85%   +3.96%     
==========================================
  Files           2        3       +1     
  Lines          36       42       +6     
  Branches        4        6       +2     
==========================================
+ Hits           32       39       +7     
+ Misses          4        3       -1     
Impacted Files Coverage Δ
...rc/de/tobiasroeser/mill/vcs/version/VcsState.scala 94.44% <ø> (ø)
.../de/tobiasroeser/mill/vcs/version/VcsVersion.scala 91.30% <95.23%> (+7.97%) ⬆️
...ore/src/de/tobiasroeser/mill/vcs/version/Vcs.scala 100.00% <100.00%> (ø)

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

@lefou lefou merged commit 724b7bf into main Sep 28, 2022
@lefou lefou deleted the no-git branch September 28, 2022 20:47
@lefou lefou added this to the after 0.2.0 milestone Sep 28, 2022
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.

1 participant