Skip to content

Commit f99daed

Browse files
authored
Removed the .coveralls.yml configuration file. (#113)
This is now handled by Github action variables and secrets.
1 parent 510f9c9 commit f99daed

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.coveralls.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/coveralls.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# Check the test coverage of the code.
22
#
3-
# This runs as a Github Action.
3+
# This runs as a Github Action. Note that the Coverall repository token is
4+
# injected as an environment variable, instead of being read from
5+
#`.coveralls.yaml` config file.
46
#
57
# See https://github.com/marketplace/actions/coveralls-github-action
8+
#
9+
# Also see
610

711
name: Test Coveralls
812
on: ["push", "pull_request"]
913

1014
env:
1115
COVERAGE: true
16+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
1217

1318
jobs:
1419
test:

0 commit comments

Comments
 (0)