Skip to content

Commit

Permalink
Merge pull request #2160 from nemanjamart/master
Browse files Browse the repository at this point in the history
Update GitHub Actions, remove Travis, Vexor
  • Loading branch information
nemanjamart committed May 5, 2021
2 parents 0e776ce + 5143820 commit f69bef9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 30 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ jobs:
build:

runs-on: ubuntu-latest
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

steps:
- uses: actions/checkout@v2
Expand All @@ -19,3 +17,10 @@ jobs:
- run: npm ci
- run: grunt setup
- run: grunt test:prod

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: "test/coverage/reports/lcov/lcov.info"

16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .vexor.yml

This file was deleted.

1 change: 0 additions & 1 deletion grunt/aliases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ test:prod:
- server:once
- puppet:prod
- coverage-report:coveralls
- exec:coveralls-report

test:
- clean:temp
Expand Down
4 changes: 0 additions & 4 deletions grunt/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ module.exports = {
'nyc-instrument': {
cmd: 'node_modules/.bin/nyc instrument dist/js/ test/coverage/instrument',
},
'coveralls-report': {
cmd:
'cat test/coverage/reports/lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true',
},
server: 'node server',
suit_build: {
cwd: './src/shared',
Expand Down

0 comments on commit f69bef9

Please sign in to comment.