Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

added fake jwt-token support #113

Merged
merged 2 commits into from
Jun 26, 2020
Merged

added fake jwt-token support #113

merged 2 commits into from
Jun 26, 2020

Conversation

musinit
Copy link
Contributor

@musinit musinit commented Jun 19, 2020

Added jwt-token support in case someone wants to write tests on their 'Passport service' or something like it

@codecov
Copy link

codecov bot commented Jun 19, 2020

Codecov Report

Merging #113 into master will decrease coverage by 0.23%.
The diff coverage is 73.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #113      +/-   ##
==========================================
- Coverage   93.87%   93.63%   -0.24%     
==========================================
  Files          11       11              
  Lines        1289     1304      +15     
==========================================
+ Hits         1210     1221      +11     
- Misses         43       45       +2     
- Partials       36       38       +2     
Impacted Files Coverage Δ
faker.go 91.25% <ø> (ø)
internet.go 82.22% <73.33%> (-1.12%) ⬇️

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 02fc1b2...d946cb0. Read the comment docs.

@@ -73,6 +74,7 @@ func Example_withTags() {
fmt.Println(err)
}
fmt.Printf("%+v", a)
fmt.Println("hello")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this haha

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ups, sorry for this) fixed

@bxcodec bxcodec merged commit 5a7150e into bxcodec:master Jun 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants