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

badges and links still point to coveralls #41

Closed
zbeekman opened this issue Jun 29, 2015 · 2 comments · Fixed by #42
Closed

badges and links still point to coveralls #41

zbeekman opened this issue Jun 29, 2015 · 2 comments · Fixed by #42

Comments

@zbeekman
Copy link
Contributor

Both the main page of the wiki as well as the README.md still have badges pointing to coveralls rather than codecov. I’ll also post some links here that you can use to adjust your codecov settings that I find useful.

@szaghi
Copy link
Owner

szaghi commented Jun 29, 2015

Thanks! Tomorrow I have to do a lot of work...

@zbeekman
Copy link
Contributor Author

Sorry I forgot to update this issue. Merging #42 fixes this issue, so hopefully you don’t have much extra work because of me. Also when you have a chance it might be worthwhile to check out and update some of the codecov.io settings, with my recommendations:

  1. https://codecov.io/github/szaghi/FLAP/features/ignore : add src/IR_Precision.F90, src/Test_Driver.f90, src/Test_Driver_Args_From_String.f90 and src/Test_Driver_Nested.f90 to the ignored files so that the total coverage is only based on src/Data_Type_Command_Line_Interface.F90 and not the unit tests or unused code in fIR_Precision.F90
  2. https://codecov.io/github/szaghi/FLAP/features/comment : turn on everything
  3. https://codecov.io/github/szaghi/FLAP/features/status : project coverage %75, patch coverage %90

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 a pull request may close this issue.

2 participants