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

issue-7: Add templating for response body and response headers #123

Merged
merged 3 commits into from
Jan 11, 2022

Conversation

lowitea
Copy link
Contributor

@lowitea lowitea commented Jan 11, 2022

closes #7

@lowitea lowitea added the enhancement New feature or request label Jan 11, 2022
@lowitea lowitea added this to the 2.0.0 milestone Jan 11, 2022
@lowitea lowitea self-assigned this Jan 11, 2022
@codecov
Copy link

codecov bot commented Jan 11, 2022

Codecov Report

Merging #123 (2dc3263) into develop (5a94f4e) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #123      +/-   ##
===========================================
+ Coverage    99.01%   99.03%   +0.01%     
===========================================
  Files            9        9              
  Lines          306      311       +5     
  Branches        26       27       +1     
===========================================
+ Hits           303      308       +5     
  Misses           2        2              
  Partials         1        1              
Impacted Files Coverage Δ
http_stubs/views.py 100.00% <100.00%> (ø)

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 5a94f4e...2dc3263. Read the comment docs.

@lgtm-com
Copy link

lgtm-com bot commented Jan 11, 2022

This pull request introduces 1 alert when merging a7cb1c5 into 5a94f4e - view on LGTM.com

new alerts:

  • 1 for Unused import

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@lowitea lowitea requested review from emorozov and PetrS12 January 11, 2022 16:40
@lowitea lowitea marked this pull request as ready for review January 11, 2022 16:40
@lowitea lowitea merged commit bca0a5a into develop Jan 11, 2022
@lowitea lowitea deleted the issue-7 branch January 11, 2022 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do templating for response body and response headers
2 participants