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

Use Mocking instead of SimpleMock #297

Merged
merged 5 commits into from
Jun 17, 2021
Merged

Use Mocking instead of SimpleMock #297

merged 5 commits into from
Jun 17, 2021

Conversation

mjram0s
Copy link
Contributor

@mjram0s mjram0s commented Jun 17, 2021

SimpleMock/Cassette is broken on 1.6 causing the tests to segfault.

Switching over to use Mocking so package doesn't break on 1.6.

Closes #287

@codecov
Copy link

codecov bot commented Jun 17, 2021

Codecov Report

Merging #297 (7f6882d) into master (4302ecb) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #297      +/-   ##
==========================================
+ Coverage   94.40%   94.42%   +0.01%     
==========================================
  Files          20       20              
  Lines         608      610       +2     
==========================================
+ Hits          574      576       +2     
  Misses         34       34              
Impacted Files Coverage Δ
src/PkgTemplates.jl 100.00% <ø> (ø)
src/plugins/git.jl 95.08% <100.00%> (+0.16%) ⬆️
src/template.jl 98.41% <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 4302ecb...7f6882d. Read the comment docs.

test/git.jl Show resolved Hide resolved
test/template.jl Show resolved Hide resolved
@mjram0s mjram0s merged commit bcea5d2 into master Jun 17, 2021
@mjram0s mjram0s deleted the mjr/mocking branch June 17, 2021 21:17
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.

TypeError causing segfault in Julia 1.6 tests
3 participants