Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zyr17 committed Sep 7, 2023
1 parent d4d6145 commit ad7707c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
env:
COVERALLS_REPO_TOKEN: ${{ secrets.TOKEN_COVERALLS }}

steps:
- uses: actions/checkout@v2

Expand All @@ -31,5 +28,7 @@ jobs:
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.TOKEN_GITHUB }}
# env:
# COVERALLS_REPO_TOKEN: ${{ secrets.TOKEN_COVERALLS }}
# with:
# github-token: ${{ secrets.TOKEN_GITHUB }}

0 comments on commit ad7707c

Please sign in to comment.