Skip to content

Commit

Permalink
Merge pull request #451 from moonbitlang/fix_test_on_main_coverage
Browse files Browse the repository at this point in the history
ci: fix test_on_main coverage report location
  • Loading branch information
Young-Flash authored Nov 6, 2024
2 parents dd82e03 + 91f03ee commit 0379239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-on-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,15 @@ jobs:
cd ~/.moon/lib/core
moon test --enable-coverage
moon coverage report -f summary
moon coverage report -f coveralls -o codecov_report.json
moon coverage report -f coveralls -o codecov_report.json
- name: Coveralls GitHub Action
if: ${{ matrix.os != 'windows-latest' }}
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
base-path: ~/.moon/lib/core/
file: ~/.moon/lib/core/codecov_report.json
file: ~/.moon/lib/core/target/codecov_report.json

- name: Test core (Windows)
if: ${{ matrix.os == 'windows-latest' }}
Expand Down

0 comments on commit 0379239

Please sign in to comment.