Sha256: 6ef60a3f750128550c78c96f6f24fa9b271abf17e042c4562d1b3d24a9a4c220
Contents?: true
Size: 1.29 KB
Versions: 5
Compression:
Stored size: 1.29 KB
Contents
steps: - command: "build/run 2.3.1 'rake metrics:coverage'" label: ":rspec: RSpec" agents: - queue=elastic - name: ':rspec: Corpus tests (rubyspec)' command: build/run 2.3.1 'rspec --tag corpus:rubyspec' agents: - queue=elastic - name: ':rspec: Corpus tests (regexp_parser)' command: build/run 2.3.1 'rspec --tag corpus:regexp_parser' agents: - queue=elastic - name: ':rspec: Corpus tests (axiom)' command: build/run 2.3.1 'rspec --tag corpus:axiom' agents: - queue=elastic - name: ':rspec: Integration tests' command: build/run 2.3.1 'rspec --exclude-pattern "**/corpus_spec.rb" --format documentation spec/integration' agents: - queue=elastic - name: ':skull: Mutest' command: build/run 2.3.1 'rake metrics:mutant' timeout_in_minutes: 10 agents: - queue=elastic - name: ':rubocop: Rubocop' command: build/run 2.3.1 'rake metrics:rubocop' agents: - queue=elastic - name: ':japanese_ogre: Flay' command: build/run 2.3.1 'rake metrics:flay' agents: - queue=elastic - name: ':imp: Flog' command: build/run 2.3.1 'rake metrics:flog' agents: - queue=elastic - name: ':hankey: Reek' command: build/run 2.3.1 'rake metrics:reek' agents: - queue=elastic
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
mutest-0.0.6 | .buildkite/pipeline.yml |
mutest-0.0.5 | .buildkite/pipeline.yml |
mutest-0.0.4 | .buildkite/pipeline.yml |
mutest-0.0.3 | .buildkite/pipeline.yml |
mutest-0.0.2 | .buildkite/pipeline.yml |