Skip to content

Commit

Permalink
Pull Request template and CI files refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson committed Feb 11, 2021
1 parent 7091130 commit a2d783e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ I didn't forget about

- [ ] Tests
- [ ] Changelog
- [ ] Documentation
- [ ] Documentation (README and rst)
- [ ] Rockspec and rpm spec

Close #???
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- "tarantool/tarantool:1.10.8"
- "tarantool/tarantool:2.2"
- "tarantool/tarantool:2.3"
- "tarantool/tarantool:2.4"
- "tarantool/tarantool:2.5"
- "tarantool/tarantool:2.6"
- "tarantool/tarantool:2.7.0"
cartridge: [ '', "1.2.0", "2.1.2" ]
tarantool:
- "1.10.8"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
- "2.6"
- "2.7.0"
cartridge: [ "", "1.2.0", "2.1.2" ]
runs-on: ubuntu-latest
container:
image: ${{ matrix.os }}
image: tarantool/tarantool:${{ matrix.tarantool }}
env:
CARTRIDGE_VERSION: ${{ matrix.cartridge }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test: .rocks
.PHONY: test_with_coverage_report
test_with_coverage_report: .rocks
rm -f tmp/luacov.*.out*
.rocks/bin/luatest --coverage
.rocks/bin/luatest --coverage -v
.rocks/bin/luacov .
echo
grep -A999 '^Summary' tmp/luacov.report.out
Expand Down

0 comments on commit a2d783e

Please sign in to comment.