Skip to content

Commit

Permalink
Update code coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed Dec 26, 2024
1 parent b7026cd commit 62f4eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
path: schema.graphql

- name: Publish code coverage
uses: paambaati/codeclimate-action@v4.0.0
uses: paambaati/codeclimate-action@v9.0.0
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
continue-on-error: true

Expand Down

0 comments on commit 62f4eb4

Please sign in to comment.