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

Implementation of rollback tags #287

Merged
merged 5 commits into from
Jul 15, 2022
Merged

Implementation of rollback tags #287

merged 5 commits into from
Jul 15, 2022

Conversation

Enchufa2
Copy link
Member

@Enchufa2 Enchufa2 commented Jul 15, 2022

Closes #197. TODO:

  • Examples
  • Tests
  • Bump version and update NEWS

@codecov
Copy link

codecov bot commented Jul 15, 2022

Codecov Report

Merging #287 (6a9b3dd) into master (ad8ea86) will increase coverage by 0.07%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #287      +/-   ##
==========================================
+ Coverage   99.33%   99.40%   +0.07%     
==========================================
  Files          47       47              
  Lines        2857     2873      +16     
==========================================
+ Hits         2838     2856      +18     
+ Misses         19       17       -2     
Impacted Files Coverage Δ
R/trajectory-activities.R 98.66% <100.00%> (-0.08%) ⬇️
R/trajectory-methods.R 100.00% <100.00%> (ø)
inst/include/simmer/activity.h 98.14% <100.00%> (+0.14%) ⬆️
inst/include/simmer/activity/rollback.h 100.00% <100.00%> (ø)
src/activity.cpp 100.00% <100.00%> (ø)
inst/include/simmer/process/arrival.h 98.64% <0.00%> (+1.35%) ⬆️

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 ad8ea86...6a9b3dd. Read the comment docs.

@Enchufa2 Enchufa2 merged commit a6e86d3 into master Jul 15, 2022
@Enchufa2 Enchufa2 deleted the feature/rollback_tag_arg branch July 15, 2022 19:31
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.

Named rollbacks
1 participant