Skip to content

Commit

Permalink
Merge pull request #12 from QGreenland-Net/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions-81b7f69dec

Bump codecov/codecov-action from 4.3.1 to 4.4.1 in the actions group
  • Loading branch information
mfisher87 authored Jun 1, 2024
2 parents 7d8b0de + f0e166f commit b304705
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 @@ -61,6 +61,6 @@ jobs:
run: "python -m pytest -ra --durations=20 --cov --cov-report=xml --cov-report=term"

- name: "Upload coverage report"
uses: "codecov/codecov-action@v4.3.1"
uses: "codecov/codecov-action@v4.4.1"
with:
token: "${{ secrets.CODECOV_TOKEN }}"

0 comments on commit b304705

Please sign in to comment.