Skip to content

Commit

Permalink
Merge pull request #592 from ANTsX/update-coverage-workflow
Browse files Browse the repository at this point in the history
ENH: Update coveralls version
  • Loading branch information
cookpa authored Mar 22, 2024
2 parents cb70f4a + 730db07 commit 291d02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5

- name: Install package
Expand All @@ -24,4 +24,4 @@ jobs:
run: tests/run_tests.sh -c

- name: Coveralls
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@v2.2.3

0 comments on commit 291d02b

Please sign in to comment.