Skip to content

Commit

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

Bump codecov/codecov-action from 5.0.7 to 5.1.2
  • Loading branch information
chtsai0105 authored Jan 6, 2025
2 parents 92fb04a + cebd86f commit 9fa8999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
pytest -vv --cov=$package_name --cov-report=xml --runslow
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.2
with:
flags: ${{ matrix.python }}
env_vars: OS
Expand Down

0 comments on commit 9fa8999

Please sign in to comment.