Skip to content

Commit

Permalink
Merge 0672df4 into a1bb154
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed May 29, 2021
2 parents a1bb154 + 0672df4 commit 886eb39
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,14 @@ jobs:
if: steps.install.outcome == 'success' && steps.install.conclusion == 'success'
run: |
make test
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
COVERALLS_PARALLEL: 1
COVERALLS_FLAG_NAME: Emacs ${{ matrix.emacs_version }}

finish:
needs: build-and-test
if: always()
runs-on: ubuntu-latest
steps:
- run: curl "https://coveralls.io/webhook?repo_name=$GITHUB_REPOSITORY&repo_token=${{ secrets.GITHUB_TOKEN }}" -d "payload[build_num]=$GITHUB_RUN_NUMBER&payload[status]=done"
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ kubernetes-autoloads.el
*.~undo-tree
/dist
/assets/project-deps.dot

# Coverage report
/coverage/

0 comments on commit 886eb39

Please sign in to comment.