Skip to content

Commit

Permalink
Added codecov test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
HalloSouf committed Apr 16, 2024
1 parent 2a1ddd2 commit ba5b92a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ jobs:
uses: actions/checkout@v3
- name: Run test files
run: yarn test
- name: Upload coverage reports
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: mcdata-dev/mcdata-data

0 comments on commit ba5b92a

Please sign in to comment.