Skip to content

Commit

Permalink
indentation fixed for coverage code
Browse files Browse the repository at this point in the history
  • Loading branch information
abhin2002 committed Mar 26, 2024
1 parent 15988d2 commit 6031dfa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ jobs:

thresholds: '60 80'

- name: Add Coverage PR Comment
- name: Add Coverage PR Comment

uses: marocchino/sticky-pull-request-comment@v2
uses: marocchino/sticky-pull-request-comment@v2

if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request'

with:
with:

recreate: true
recreate: true

path: code-coverage-results.md
path: code-coverage-results.md

0 comments on commit 6031dfa

Please sign in to comment.