• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

klmitch / parallelizer / 21

Builds Branch Commit Type Ran Committer Via Coverage
21 master Add tool installation This commit adds code to the Makefile to on-demand install the tools that are required for the make operation. The tools are installed into a new tools directory with its own go.mod to avoid dirtying up the package's go.mod... cron 02 Jul 2020 04:48PM UTC klmitch travis-ci
100.0
20 master Add tool installation This commit adds code to the Makefile to on-demand install the tools that are required for the make operation. The tools are installed into a new tools directory with its own go.mod to avoid dirtying up the package's go.mod... cron 02 Jun 2020 04:47PM UTC klmitch travis-ci
100.0
19 master Add tool installation This commit adds code to the Makefile to on-demand install the tools that are required for the make operation. The tools are installed into a new tools directory with its own go.mod to avoid dirtying up the package's go.mod... cron 02 May 2020 04:46PM UTC klmitch travis-ci
100.0
18 master Add tool installation This commit adds code to the Makefile to on-demand install the tools that are required for the make operation. The tools are installed into a new tools directory with its own go.mod to avoid dirtying up the package's go.mod... cron 02 Apr 2020 04:45PM UTC klmitch travis-ci
100.0
17 master Add tool installation This commit adds code to the Makefile to on-demand install the tools that are required for the make operation. The tools are installed into a new tools directory with its own go.mod to avoid dirtying up the package's go.mod... cron 02 Mar 2020 04:45PM UTC klmitch travis-ci
100.0
16 v1.0.0 Add tool installation This commit adds code to the Makefile to on-demand install the tools that are required for the make operation. The tools are installed into a new tools directory with its own go.mod to avoid dirtying up the package's go.mod... push 02 Mar 2020 04:39PM UTC klmitch travis-ci
100.0
15 master Add tool installation This commit adds code to the Makefile to on-demand install the tools that are required for the make operation. The tools are installed into a new tools directory with its own go.mod to avoid dirtying up the package's go.mod... push 02 Mar 2020 04:17PM UTC klmitch travis-ci
100.0
14 v0.3.2 Update .travis.yml This commit updates .travis.yml to install the tools using a tools module to avoid accidental changes to go.mod/go.sum. push 02 Mar 2020 08:12AM UTC klmitch travis-ci
100.0
13 master Update .travis.yml This commit updates .travis.yml to install the tools using a tools module to avoid accidental changes to go.mod/go.sum. push 02 Mar 2020 08:09AM UTC klmitch travis-ci
100.0
11 master Fix parallel manager The parallel manager was exiting when all the work had been sent to the workers, but before it had received results from the workers; and some of those workers were sending back results that added new work that now there were... push 04 Feb 2020 06:54PM UTC klmitch travis-ci
100.0
10 v0.3.1 Fix parallel manager The parallel manager was exiting when all the work had been sent to the workers, but before it had received results from the workers; and some of those workers were sending back results that added new work that now there were... push 04 Feb 2020 06:54PM UTC klmitch travis-ci
100.0
9 v0.3.0 Add a serializer This commit creates a serializer interface and implementation. A serializer is the opposite of a parallelizer, in that the calls are made synchronously in a single goroutine, instead of in parallel by a farm of worker goroutines... push 02 Feb 2020 07:49PM UTC klmitch travis-ci
100.0
8 master Add a serializer This commit creates a serializer interface and implementation. A serializer is the opposite of a parallelizer, in that the calls are made synchronously in a single goroutine, instead of in parallel by a farm of worker goroutines... push 02 Feb 2020 07:48PM UTC klmitch travis-ci
100.0
7 v0.2.0 Handle panicing Run This commit handles a panicing Run by capturing the panic value and passing it to the Integrate method. The Integrate method is not treated similarly, as there is no where to send its panics. push 02 Feb 2020 01:37PM UTC klmitch travis-ci
100.0
6 master Handle panicing Run This commit handles a panicing Run by capturing the panic value and passing it to the Integrate method. The Integrate method is not treated similarly, as there is no where to send its panics. push 02 Feb 2020 01:37PM UTC klmitch travis-ci
100.0
  • ← Previous
  • 1
  • 2
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc