Skip to content

Commit

Permalink
Merge pull request #63 from AikidoSec/enable-codecov-upload
Browse files Browse the repository at this point in the history
Enable codecov upload in actual unit test workflow
  • Loading branch information
willem-delbare authored Jan 25, 2025
2 parents c6f4490 + 18a8290 commit a2100ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
description: 'Whether to upload coverage report to Codecov'
required: false
type: boolean
default: false
default: true
push: {}

jobs:
Expand Down

0 comments on commit a2100ff

Please sign in to comment.