File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,3 @@ script:
37
37
- if [[ $PHPUNIT_TEST ]]; then vendor/bin/phpunit tests; fi
38
38
- if [[ $PHPUNIT_COVERAGE_TEST ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=coverage.xml tests; fi
39
39
- if [[ $PHPCS_TEST ]]; then composer run-script lint; fi
40
-
41
- after_success :
42
- - if [[ $PHPUNIT_COVERAGE_TEST ]]; then bash <(curl -s https://codecov.io/bash) -f coverage.xml; fi
Original file line number Diff line number Diff line change 1
1
# SilverStripe QueuedJob Progress Field
2
2
3
- A progress bar and screen for monitoring a [ Scheduled Job] ( https://github.com/symbiote/silverstripe-queuedjobs ) .
3
+ A progress bar and screen for monitoring a SilverStripe [ Scheduled Job] ( https://github.com/symbiote/silverstripe-queuedjobs ) .
4
4
5
5
[ ![ Build Status] ( https://travis-ci.org/fullscreeninteractive/silverstripe-queuedjob-progressfield.svg?branch=master )] ( https://travis-ci.org/fullscreeninteractive/silverstripe-queuedjob-progressfield )
6
6
[ ![ Version] ( http://img.shields.io/packagist/v/fullscreeninteractive/silverstripe-queuedjob-progressfield.svg?style=flat )] ( https://packagist.org/packages/fullscreeninteractive/silverstripe-queuedjob-progressfield )
@@ -25,6 +25,7 @@ $fields = [
25
25
// ...
26
26
QueuedJobProgressField::create('ScheduledJob', '', $this->ScheduledJobID)
27
27
];
28
+ ```
28
29
29
30
This module also provides a ` Controller ` subclass which displays the state of
30
31
the job if needed. Setup a route to point to the ` QueuedJobProgressController `
You can’t perform that action at this time.
0 commit comments