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

feat: Added support to revert from explorer (close #606) #608

Merged
merged 2 commits into from
Jun 14, 2019

Conversation

edgardmessias
Copy link
Contributor

feat: Added support to revert from explorer
fix: Check files before prompt depth on revert (close #606)

@codecov
Copy link

codecov bot commented Jun 12, 2019

Codecov Report

Merging #608 into master will decrease coverage by 0.36%.
The diff coverage is 45%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #608      +/-   ##
=========================================
- Coverage   57.57%   57.2%   -0.37%     
=========================================
  Files         115     117       +2     
  Lines        4346    4393      +47     
  Branches      636     645       +9     
=========================================
+ Hits         2502    2513      +11     
- Misses       1617    1648      +31     
- Partials      227     232       +5
Impacted Files Coverage Δ
src/repository.ts 60.78% <0%> (-2.1%) ⬇️
src/commands.ts 100% <100%> (ø) ⬆️
src/input/revert.ts 38.7% <38.7%> (ø)
src/commands/revertExplorer.ts 43.47% <43.47%> (ø)
src/commands/revert.ts 40.9% <50%> (+6.42%) ⬆️
src/commands/revertAll.ts 40.9% <50%> (+6.42%) ⬆️
src/svnRepository.ts 52.95% <66.66%> (+0.59%) ⬆️
src/statusbar/syncStatusBar.ts 77.27% <0%> (-7.58%) ⬇️
src/statusParser.ts 73.68% <0%> (-2.64%) ⬇️
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3b7e74b...3a60865. Read the comment docs.

@JohnstonCode JohnstonCode merged commit 02c983b into JohnstonCode:master Jun 14, 2019
JohnstonCode added a commit that referenced this pull request Jun 14, 2019
# [1.54.0](v1.53.0...v1.54.0) (2019-06-14)

### Features

* Added support to revert from explorer (close [#606](#606)) ([#608](#608)) ([02c983b](02c983b))
JohnstonCode added a commit that referenced this pull request Jun 14, 2019
JohnstonCode added a commit that referenced this pull request Jun 14, 2019
# [1.54.0](v1.53.0...v1.54.0) (2019-06-14)

### Features

* Added support to revert from explorer (close [#606](#606)) ([#608](#608)) ([02c983b](02c983b))
@JohnstonCode
Copy link
Owner

🎉 This PR is included in version 1.54.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add setting for default revert depth
2 participants