Skip to content

Commit

Permalink
task: remove me
Browse files Browse the repository at this point in the history
  • Loading branch information
svaponi committed Jul 21, 2024
1 parent a0151d3 commit 3183f64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
poetry run coverage run -m pytest
- name: Coverage
if: ${{ secrets.COVERALLS_REPO_TOKEN_2 }}
if: ${{ env.COVERALLS_REPO_TOKEN_2 }}
env:
COVERALLS_REPO_TOKEN_2: ${{ secrets.COVERALLS_REPO_TOKEN_2 }}
run: |
Expand Down
Empty file added src/remove_me
Empty file.

0 comments on commit 3183f64

Please sign in to comment.