Skip to content

Commit

Permalink
Added generated files to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Oct 19, 2020
1 parent dac49af commit 4dc2776
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 2,414 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ jobs:
- name: Install dependencies
run: pub get
- name: Build Runner
run: pub run build_runner build
run: pub run build_runner build --delete-conflicting-outputs
- name: Run tests
run: pub run test
- name: Test Coverage
run: pub run test_coverage
- name: Remove generated files from Coverage
run: pub global run remove_from_coverage:remove_from_coverage -f coverage/lcov.info -r '.g.dart$'
- name: Remove freezed files from Coverage
run: pub global run remove_from_coverage:remove_from_coverage -f coverage/lcov.info -r '.freezed.dart$'
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.1.2
with:
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ build/
# Directory created by dartdoc
doc/api/
test/.test_coverage.dart

.DS_Store

*.g.dart
*.freezed.dart
147 changes: 1 addition & 146 deletions coverage/lcov.info
Original file line number Diff line number Diff line change
Expand Up @@ -89,25 +89,6 @@ DA:17,1
LF:2
LH:2
end_of_record
SF:lib/src/models/package_score_model.g.dart
DA:9,1
DA:10,1
DA:11,1
DA:12,1
DA:13,1
DA:14,2
DA:15,1
DA:17,2
DA:21,0
DA:22,0
DA:23,0
DA:24,0
DA:25,0
DA:26,0
DA:27,0
LF:15
LH:8
end_of_record
SF:lib/src/models/pub_package_model.freezed.dart
DA:10,0
DA:11,1
Expand Down Expand Up @@ -265,44 +246,6 @@ DA:47,0
LF:11
LH:5
end_of_record
SF:lib/src/models/pub_package_model.g.dart
DA:9,1
DA:10,1
DA:11,1
DA:12,1
DA:14,2
DA:15,1
DA:16,2
DA:18,1
DA:19,1
DA:23,0
DA:24,0
DA:25,0
DA:26,0
DA:27,0
DA:30,1
DA:31,1
DA:32,1
DA:33,1
DA:35,2
DA:36,1
DA:37,1
DA:39,2
DA:43,0
DA:44,0
DA:45,0
DA:46,0
DA:47,0
DA:48,0
DA:51,0
DA:52,0
DA:53,0
DA:57,0
DA:58,0
DA:59,0
LF:34
LH:17
end_of_record
SF:lib/src/models/search_results_model.freezed.dart
DA:10,0
DA:11,1
Expand Down Expand Up @@ -395,27 +338,6 @@ DA:32,1
LF:8
LH:8
end_of_record
SF:lib/src/models/search_results_model.g.dart
DA:9,1
DA:10,1
DA:11,1
DA:12,2
DA:14,1
DA:15,1
DA:16,1
DA:20,0
DA:21,0
DA:22,0
DA:23,0
DA:26,1
DA:27,1
DA:28,1
DA:32,0
DA:33,0
DA:34,0
LF:17
LH:10
end_of_record
SF:lib/src/models/pubspec_model.dart
DA:24,1
DA:25,1
Expand Down Expand Up @@ -680,71 +602,4 @@ DA:919,0
DA:921,0
LF:250
LH:5
end_of_record
SF:lib/src/models/pubspec_model.g.dart
DA:9,1
DA:10,1
DA:11,1
DA:12,1
DA:13,1
DA:14,1
DA:15,1
DA:16,2
DA:17,2
DA:19,1
DA:20,1
DA:21,1
DA:22,1
DA:23,1
DA:24,1
DA:25,1
DA:29,0
DA:30,0
DA:31,0
DA:32,0
DA:33,0
DA:34,0
DA:35,0
DA:36,0
DA:37,0
DA:38,0
DA:39,0
DA:40,0
DA:41,0
DA:42,0
DA:43,0
DA:46,0
DA:47,0
DA:48,0
DA:49,0
DA:50,0
DA:52,0
DA:53,0
DA:54,0
DA:58,0
DA:59,0
DA:60,0
DA:61,0
DA:62,0
DA:63,0
DA:64,0
DA:67,0
DA:68,0
DA:69,0
DA:70,0
DA:71,0
DA:75,0
DA:76,0
DA:77,0
DA:78,0
DA:79,0
DA:82,0
DA:83,0
DA:84,0
DA:85,0
DA:89,0
DA:90,0
DA:91,0
LF:63
LH:16
end_of_record
end_of_record
Loading

0 comments on commit 4dc2776

Please sign in to comment.