Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1123 from DiamondLightSource/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/codecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
dperl-dls authored Feb 15, 2024
2 parents 4fefc9a + 3598d4c commit af2ac8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: pytest -s --random-order -m "not (dlstbx or s03)"

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: ${{ matrix.python }}/${{ matrix.os }}
files: cov.xml

0 comments on commit af2ac8c

Please sign in to comment.