Skip to content

Commit

Permalink
Merge pull request #33 from sandialabs/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-5
  • Loading branch information
mrbuche authored Nov 19, 2024
2 parents 4793d4c + 7860a79 commit a68f9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: pytest
run: python -m pytest --verbose --cov=./statmechcrack/ --cov-report xml
- name: codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
name: codecov-umbrella
verbose: true
Expand Down

0 comments on commit a68f9e6

Please sign in to comment.