-
Notifications
You must be signed in to change notification settings - Fork 88
Info #212
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
Merged
Merged
Info #212
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
40bf94b
added additional info routines.
jacobwilliams 499e7c7
updated interface to json_file info routines to match the ones in jso…
jacobwilliams beefb14
added matrix info routines.
jacobwilliams 06b5f64
Merge branch 'master' of https://github.com/jacobwilliams/json-fortra…
jacobwilliams b4f3e9a
added tests for new info routines.
jacobwilliams 210f9b2
fixed missing variable output.
jacobwilliams e417f85
attempted fix for Travis build, which is using older version of gfort…
jacobwilliams 068e193
try gfortran-5 for travis builds.
jacobwilliams 5832f94
try gfortran 5.1 for travis builds.
jacobwilliams 229f3be
try again.
jacobwilliams d87619d
increasing coverage for info routines.
jacobwilliams eeedbcf
testing workaround for gfortran bug.
jacobwilliams 4d28c78
increase coverage.
jacobwilliams 986b52c
attempting to change codecov target to 70%
jacobwilliams 35ac449
test with gfortran 4.9 on travis.
jacobwilliams dd01ba7
attempting 4.9 workaround
jacobwilliams b7d89d6
see if this helps.
jacobwilliams 9175258
revert workaround and try again.
jacobwilliams 7cb102c
revert previous commit. this workaround is necessary for unicode buil…
jacobwilliams 15b162a
remove comment.
jacobwilliams 9e51a55
added matrix_info routines to json_file class.
jacobwilliams File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,8 @@ coverage: | |
- doc | ||
status: | ||
patch: | ||
default: {} | ||
default: | ||
target: 70% | ||
project: | ||
default: {} | ||
default: | ||
target: 70% | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #174