Skip to content

Commit

Permalink
actions v1
Browse files Browse the repository at this point in the history
  • Loading branch information
2amjsouza committed Oct 24, 2024
1 parent 7991136 commit 339c05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: ./test.sh crudx

- name: Check coverage if files exists
run: (ls ./coverage/packages/crudx/clove.xml && echo yes) || echo no
run: (ls ./coverage/packages/crudx/clover.xml && echo yes) || echo no

#- name: Upload coverage reports to Codacy
# uses: codacy/codacy-coverage-reporter-action@v1
Expand Down

0 comments on commit 339c05d

Please sign in to comment.