Skip to content

Commit

Permalink
Removed the .coveralls.yml configuration file. (#113)
Browse files Browse the repository at this point in the history
This is now handled by Github action variables and secrets.
  • Loading branch information
evolve75 authored Dec 20, 2024
1 parent 510f9c9 commit f99daed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
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

0 comments on commit f99daed

Please sign in to comment.