Skip to content

Commit

Permalink
Remove id field in coverage comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mews committed Jun 8, 2024
1 parent c46079a commit 7bbd6cc
Showing 1 changed file 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
@@ -1,4 +1,5 @@
# This workflow will setup python 3.10, install the dependencies in requirements.txt and run the tests in tests/test.py
# It will then also create a coverage report

name: Run tests

Expand Down Expand Up @@ -31,7 +32,6 @@ jobs:
run: |
coverage run -m unittest tests/test.py
- name: Coverage comment
id: coverage_comment
uses: py-cov-action/python-coverage-comment-action@v3
with:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 7bbd6cc

Please sign in to comment.