Skip to content

Commit

Permalink
Merge pull request #39 from qthequartermasterman/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/main/dawidd6/action-download-artifact-3.1.4

chore(deps): bump dawidd6/action-download-artifact from 2.24.3 to 3.1.4
  • Loading branch information
qthequartermasterman authored May 13, 2024
2 parents 2f10d4c + 48bc9e3 commit a83b029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
commit_message: 'style fixes by ruff'
- name: Download example database
uses: dawidd6/action-download-artifact@v2.24.3
uses: dawidd6/action-download-artifact@v3.1.4
with:
name: hypothesis-example-db
path: .hypothesis/examples
Expand Down

2 comments on commit a83b029

@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
hypothesis_torch
   device.py19195%43
   huggingface.py1052774%104–106, 130, 136, 153, 160, 164, 168, 172–173, 176, 187–190, 192, 194–196, 199, 202, 206, 211, 254, 257, 265
   inspection_util.py33197%30
   module.py801581%163, 167, 197, 199, 203, 205, 214, 218–220, 253–258
   optim.py49296%102, 118
   tensor.py79692%147, 155, 157, 173, 179, 181
TOTAL4605289% 

Tests Skipped Failures Errors Time
1256 1205 💤 0 ❌ 0 🔥 1m 22s ⏱️

@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
hypothesis_torch
   device.py19195%43
   huggingface.py1052774%104–106, 130, 136, 153, 160, 164, 168, 172–173, 176, 187–190, 192, 194–196, 199, 202, 206, 211, 254, 257, 265
   inspection_util.py33197%30
   module.py801581%163, 167, 197, 199, 203, 205, 214, 218–220, 253–258
   optim.py49296%102, 118
   tensor.py77692%147, 155, 157, 173, 179, 181
   utils.py17194%33
TOTAL4505388% 

Tests Skipped Failures Errors Time
1256 1205 💤 0 ❌ 0 🔥 1m 20s ⏱️

Please sign in to comment.