Skip to content

Commit ddf22fd

Browse files
committed
simplecov
1 parent 2ba439b commit ddf22fd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1889
-3
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@
1212

1313
# Ignore all logfiles and tempfiles.
1414
/log/*.log
15-
/tmp
16-
17-
/coverage
15+
/tmp

coverage/.last_run.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"result": {
3+
"covered_percent": 100.0
4+
}
5+
}

coverage/.resultset.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"Unknown Test Framework": {
3+
"coverage": {
4+
},
5+
"timestamp": 1352649496
6+
},
7+
"Unit Tests": {
8+
"coverage": {
9+
"/home/plugin73/RubymineProjects/rails_new_lab/test/unit/helpers/posts_helper_test.rb": [
10+
1,
11+
null,
12+
1,
13+
null
14+
]
15+
},
16+
"timestamp": 1352651932
17+
},
18+
"Functional Tests": {
19+
"coverage": {
20+
},
21+
"timestamp": 1352651937
22+
}
23+
}

0 commit comments

Comments
 (0)