Skip to content

Commit

Permalink
fix: Renovate comment (#70)
Browse files Browse the repository at this point in the history
* Fix renovate comment

* Fix renovate comment
  • Loading branch information
mattkram authored May 10, 2024
1 parent 7875255 commit dfa7322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5

- uses: MyAlbum/purge-cache@6bd5afa0f99fd6096c4e08ed0eb1730da34d78dc # v2.2.0
- uses: MyAlbum/purge-cache@6bd5afa0f99fd6096c4e08ed0eb1730da34d78dc # v2
with:
max-age: 604800 # Leave only caches accessed in the last 7 days (default)

Expand Down

1 comment on commit dfa7322

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/anaconda_pre_commit_hooks
   __init__.py00100% 
   add_renovate_annotations.py1181190%49–52, 63–65, 111, 145, 154, 169
tests
   test_generate_renovate_annotations.py810100% 
TOTAL1991194% 

Please sign in to comment.