Skip to content

Conversation

zbeekman
Copy link
Contributor

Based on #38, fixes #41 and fixes #40

Updated documentation to:

  1. Use a symbolic link instead of duplicating README.md
  2. Fix coverage badge to point to codecov.io
  3. Fix compiler badges (by removing parenthesis inside of image urls) rendering in FORD documentation

Check out the following links on codecov.io to tweak some settings. Here are my suggestions:

  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

zbeekman added 6 commits June 26, 2015 11:49
 - PRs will no longer error when testing on Travis-CI due to
   lack of authentication credentials to push to documentation
   branch.
 - single build instead of matrix build on Travis-CI because:
   - Documentation should not deploy if testing build fails
   - Waiting for two jobs usually takes much longer than waiting
     for and running one job.
szaghi added a commit that referenced this pull request Jun 30, 2015
@szaghi szaghi merged commit 333979a into szaghi:master Jun 30, 2015
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.

badges and links still point to coveralls Why multiple README.md?
2 participants