Skip to content

Commit

Permalink
Merge pull request #1 from discordjs/main
Browse files Browse the repository at this point in the history
ci: upload /formatters test coverage (discordjs#9753)
  • Loading branch information
Tynopia committed Aug 8, 2023
2 parents ed1def9 + cf72d42 commit 90337e8
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 90337e8

Please sign in to comment.