Skip to content

Commit

Permalink
Merge pull request #140 from rst0git/coverage
Browse files Browse the repository at this point in the history
ci/coverage: moving back to tokenless
  • Loading branch information
rst0git authored Jul 23, 2024
2 parents b1f1c3b + 62d2ebe commit 723e647
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push, pull_request]

jobs:
coverage:
if: ${{ github.repository == 'checkpoint-restore/checkpointctl' }}
runs-on: ubuntu-latest
steps:
- name: checkout
Expand All @@ -23,7 +22,7 @@ jobs:
run: sudo -E make coverage

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
file: .coverage/coverage.out
Expand Down

0 comments on commit 723e647

Please sign in to comment.