mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
Added new lines [skip ci]
This commit is contained in:
parent
5c35fee0c2
commit
45aa85d690
@ -1,3 +1,3 @@
|
||||
src_dir: .
|
||||
coverage_clover: tests/_output/coverage.xml
|
||||
json_path: tests/_output/coveralls-upload.json
|
||||
json_path: tests/_output/coveralls-upload.json
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,7 +3,6 @@
|
||||
composer.phar
|
||||
.env.*.php
|
||||
.env.php
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea/
|
||||
tests/_output/*
|
||||
|
@ -13,4 +13,4 @@ script:
|
||||
- php vendor/bin/codecept run --coverage --coverage-xml
|
||||
|
||||
after_script:
|
||||
- php vendor/bin/coveralls
|
||||
- php vendor/bin/coveralls
|
||||
|
@ -70,4 +70,4 @@ I have the basics up and running. Test coverage is currently coming, slowly.
|
||||
Although I have not checked extensively, some forms and views have CSRF vulnerabilities. This is because not all
|
||||
views escape all characters by default. Will be fixed.
|
||||
|
||||
Questions, ideas or other things to contribute? [Let me know](https://github.com/JC5/firefly-iii/issues/new)!
|
||||
Questions, ideas or other things to contribute? [Let me know](https://github.com/JC5/firefly-iii/issues/new)!
|
||||
|
2
app/config/.gitignore
vendored
2
app/config/.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
local/
|
||||
laptop/
|
||||
vagrant/
|
||||
production/
|
||||
production/
|
||||
|
@ -295,7 +295,7 @@ class Report implements ReportInterface
|
||||
$end = clone $date;
|
||||
$end->endOfMonth();
|
||||
|
||||
$set = \PiggyBank::
|
||||
\PiggyBank::
|
||||
leftJoin('accounts', 'accounts.id', '=', 'piggy_banks.account_id')
|
||||
->where('accounts.user_id', \Auth::user()->id)
|
||||
->where('repeats', 0)
|
||||
|
2
app/storage/.gitignore
vendored
2
app/storage/.gitignore
vendored
@ -1 +1 @@
|
||||
services.manifest
|
||||
services.manifest
|
||||
|
2
app/storage/cache/.gitignore
vendored
2
app/storage/cache/.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
!.gitignore
|
||||
|
2
app/storage/debugbar/.gitignore
vendored
2
app/storage/debugbar/.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
!.gitignore
|
||||
|
2
app/storage/logs/.gitignore
vendored
2
app/storage/logs/.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
!.gitignore
|
||||
|
2
app/storage/meta/.gitignore
vendored
2
app/storage/meta/.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
!.gitignore
|
||||
|
2
app/storage/sessions/.gitignore
vendored
2
app/storage/sessions/.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
!.gitignore
|
||||
|
2
app/storage/views/.gitignore
vendored
2
app/storage/views/.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
!.gitignore
|
||||
|
@ -19,4 +19,4 @@ coverage:
|
||||
- app/models/*
|
||||
- app/lib/FireflyIII/*
|
||||
exclude:
|
||||
- app/controllers/BaseController.php
|
||||
- app/controllers/BaseController.php
|
||||
|
@ -1 +1 @@
|
||||
No vendor/provider stylesheets here at the moment. But this is where you could put things like twitter bootstrap, gumby, font awesome...
|
||||
No vendor/provider stylesheets here at the moment. But this is where you could put things like twitter bootstrap, gumby, font awesome...
|
||||
|
@ -7,4 +7,4 @@
|
||||
class_name: AcceptanceTester
|
||||
modules:
|
||||
enabled:
|
||||
- AcceptanceHelper
|
||||
- AcceptanceHelper
|
||||
|
@ -17,4 +17,4 @@ modules:
|
||||
dump: tests/_data/dump.sql
|
||||
Laravel4:
|
||||
environment: 'testing'
|
||||
filters: false
|
||||
filters: false
|
||||
|
Loading…
Reference in New Issue
Block a user