Skip to content

Commit

Permalink
Merge pull request #27 from sandialabs/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
mrbuche authored Feb 6, 2024
2 parents 72a393b + b9978b4 commit 10dab28
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@v3
uses: codecov/codecov-action@v4
with:
name: codecov-umbrella
verbose: true
Expand Down

0 comments on commit 10dab28

Please sign in to comment.