Skip to content

Commit

Permalink
ci: upload /formatters test coverage (#9753)
Browse files Browse the repository at this point in the history
chore: upload /formatters test coverage
  • Loading branch information
almeidx committed Aug 8, 2023
1 parent 7295a3a commit cf72d42
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/actions/src/uploadCoverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ runs:
files: ./packages/discord.js/coverage/cobertura-coverage.xml
flags: discord.js

- name: Upload Formatters Coverage
uses: codecov/codecov-action@v3
with:
files: ./packages/formatters/coverage/cobertura-coverage.xml
flags: formatters

- name: Upload Next Coverage
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit cf72d42

Please sign in to comment.