Skip to content

Commit

Permalink
fix: test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
matthv committed Jan 24, 2025
1 parent 1df4740 commit 3855c8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
retention-days: 1

coverage:
name: Coverage
name: Send Coverage
runs-on: ubuntu-latest
needs: [test]
steps:
Expand All @@ -100,10 +100,10 @@ jobs:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageLocations: |
${{github.workspace}}/reports/3.2-forest_admin_agent/coverage.json:simplecov
# ${{github.workspace}}/reports/3.2-forest_admin_agent/coverage.json:simplecov
${{github.workspace}}/reports/3.2-forest_admin_datasource_active_record/coverage.json:simplecov
${{github.workspace}}/reports/3.2-forest_admin_datasource_toolkit/coverage.json:simplecov
# ${{github.workspace}}/reports/3.2-forest_admin_rails/coverage.json:simplecov
# ${{github.workspace}}/reports/3.2-forest_admin_datasource_toolkit/coverage.json:simplecov
# ${{github.workspace}}/reports/3.2-forest_admin_rails/coverage.json:simplecov
debug: true

# deploy:
Expand Down

0 comments on commit 3855c8b

Please sign in to comment.