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

Remove parenthesis in runtests.jl #210

Merged
merged 1 commit into from
Jan 4, 2023

Conversation

aurorarossi
Copy link
Member

This PR solves the error that appeared here and which also happened to me.
It is solved by removing the parentheses in the runtests.jl file: ignore = ["vf2.jl"] --> ignore = "vf2.jl"

@codecov
Copy link

codecov bot commented Jan 4, 2023

Codecov Report

Merging #210 (5d83fad) into master (897e183) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #210   +/-   ##
=======================================
  Coverage   97.40%   97.40%           
=======================================
  Files         109      112    +3     
  Lines        6470     6479    +9     
=======================================
+ Hits         6302     6311    +9     
  Misses        168      168           

@simonschoelly
Copy link
Contributor

Thanks, now we can tell people they should probably rebase their open PRs on this one.

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.

None yet

2 participants