Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# Check the test coverage of the code.
#
# This runs as a Github Action.
# This runs as a Github Action. Note that the Coverall repository token is
# injected as an environment variable, instead of being read from
#`.coveralls.yaml` config file.
#
# See https://github.com/marketplace/actions/coveralls-github-action
#
# Also see

name: Test Coveralls
on: ["push", "pull_request"]

env:
COVERAGE: true
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

jobs:
test:
Expand Down
Loading