Skip to content

Commit

Permalink
ci: remove COVERALLS_FLAG_NAME env var (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven authored Jan 15, 2022
1 parent 7a96bfa commit e740cb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
if: matrix.os == 'ubuntu-latest' && matrix.python == '3.8' && github.repository == 'feeluown/FeelUOwn'
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: format('{0} {1} {2}', GITHUB_WORKFLOW, 'the', 'Octocat')
run: |
pip install coveralls
coveralls --service=github

0 comments on commit e740cb6

Please sign in to comment.