bump rocket version #4

Merged
kiwii merged 23 commits from plume/rocket_csrf:plume into master 6 years ago
Owner
There is no content yet.
codecov-io commented 6 years ago (Migrated from github.com)

Codecov Report

Merging #4 into master will decrease coverage by 0.56%.
The diff coverage is 97.68%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
- Coverage   98.05%   97.49%   -0.57%     
==========================================
  Files           3        6       +3     
  Lines         257     1395    +1138     
==========================================
+ Hits          252     1360    +1108     
- Misses          5       35      +30
Impacted Files Coverage Δ
src/utils.rs 100% <100%> (ø) ⬆️
src/lib.rs 100% <100%> (ø) ⬆️
src/path.rs 95.41% <92.38%> (-2.42%) ⬇️
src/csrf_token.rs 95.23% <93.75%> (ø)
src/csrf_fairing.rs 97.08% <97.44%> (ø)
src/csrf_proxy.rs 99.06% <99.27%> (ø)
... and 1 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 ecf137c...37c71dc. Read the comment docs.

# [Codecov](https://codecov.io/gh/fdb-hiroshima/rocket_csrf/pull/4?src=pr&el=h1) Report > Merging [#4](https://codecov.io/gh/fdb-hiroshima/rocket_csrf/pull/4?src=pr&el=desc) into [master](https://codecov.io/gh/fdb-hiroshima/rocket_csrf/commit/ecf137c512d476fddbd9c4360a23ca5b762acad0?src=pr&el=desc) will **decrease** coverage by `0.56%`. > The diff coverage is `97.68%`. [![Impacted file tree graph](https://codecov.io/gh/fdb-hiroshima/rocket_csrf/pull/4/graphs/tree.svg?width=650&token=nwEsHwdtJx&height=150&src=pr)](https://codecov.io/gh/fdb-hiroshima/rocket_csrf/pull/4?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #4 +/- ## ========================================== - Coverage 98.05% 97.49% -0.57% ========================================== Files 3 6 +3 Lines 257 1395 +1138 ========================================== + Hits 252 1360 +1108 - Misses 5 35 +30 ``` | [Impacted Files](https://codecov.io/gh/fdb-hiroshima/rocket_csrf/pull/4?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [src/utils.rs](https://codecov.io/gh/fdb-hiroshima/rocket_csrf/pull/4/diff?src=pr&el=tree#diff-c3JjL3V0aWxzLnJz) | `100% <100%> (ø)` | :arrow_up: | | [src/lib.rs](https://codecov.io/gh/fdb-hiroshima/rocket_csrf/pull/4/diff?src=pr&el=tree#diff-c3JjL2xpYi5ycw==) | `100% <100%> (ø)` | :arrow_up: | | [src/path.rs](https://codecov.io/gh/fdb-hiroshima/rocket_csrf/pull/4/diff?src=pr&el=tree#diff-c3JjL3BhdGgucnM=) | `95.41% <92.38%> (-2.42%)` | :arrow_down: | | [src/csrf\_token.rs](https://codecov.io/gh/fdb-hiroshima/rocket_csrf/pull/4/diff?src=pr&el=tree#diff-c3JjL2NzcmZfdG9rZW4ucnM=) | `95.23% <93.75%> (ø)` | | | [src/csrf\_fairing.rs](https://codecov.io/gh/fdb-hiroshima/rocket_csrf/pull/4/diff?src=pr&el=tree#diff-c3JjL2NzcmZfZmFpcmluZy5ycw==) | `97.08% <97.44%> (ø)` | | | [src/csrf\_proxy.rs](https://codecov.io/gh/fdb-hiroshima/rocket_csrf/pull/4/diff?src=pr&el=tree#diff-c3JjL2NzcmZfcHJveHkucnM=) | `99.06% <99.27%> (ø)` | | | ... and [1 more](https://codecov.io/gh/fdb-hiroshima/rocket_csrf/pull/4/diff?src=pr&el=tree-more) | | ------ [Continue to review full report at Codecov](https://codecov.io/gh/fdb-hiroshima/rocket_csrf/pull/4?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/fdb-hiroshima/rocket_csrf/pull/4?src=pr&el=footer). Last update [ecf137c...37c71dc](https://codecov.io/gh/fdb-hiroshima/rocket_csrf/pull/4?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
The pull request has been merged as e6ead8051c.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b plume master
git pull origin plume

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff plume
git push origin master
Sign in to join this conversation.
Loading…
There is no content yet.