Skip to content

Commit

Permalink
Merge pull request #25 from janelia-cellmap/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-5

ci(dependabot): bump codecov/codecov-action from 4 to 5
  • Loading branch information
rhoadesScholar authored Dec 6, 2024
2 parents 8813526 + 27bd935 commit d8d3ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
update_existing: true

- name: Coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

deploy:
name: Deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
pytest --color=yes --cov=cellmap_models --cov-report=xml --cov-report=term-missing tests
# Coverage should work out of the box for public repos. For private repos, more setup is likely required.
- name: Coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

0 comments on commit d8d3ce1

Please sign in to comment.