Skip to content

Commit

Permalink
Merge pull request #2 from Atticuszz/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-3

⬆ Bump codecov/codecov-action from 1 to 3
  • Loading branch information
AtticusZeller authored Jan 10, 2024
2 parents 9543321 + 8425445 commit 2b93b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: poetry run tests

- name: Upload Coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
# publish:
# needs: test
# if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'Atticuszz' }}
Expand Down

0 comments on commit 2b93b49

Please sign in to comment.