Skip to content

Commit

Permalink
Merge 7b77cf9 into 0e776ce
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjamart committed May 4, 2021
2 parents 0e776ce + 7b77cf9 commit 0b84755
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 26 deletions.
13 changes: 11 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,14 @@ jobs:
- run: npm ci
- run: grunt setup
- run: grunt test:prod
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: ls -la test/coverage/reports/lcov/lcov.info
- run: ls -la .

- 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.

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

test:
- clean:temp
Expand Down

0 comments on commit 0b84755

Please sign in to comment.