Skip to content

Commit

Permalink
without file
Browse files Browse the repository at this point in the history
  • Loading branch information
martukas committed May 5, 2024
1 parent 897589a commit 2cba25f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
./software/common/common.sh test --cov --no-checks
./software/common/common.sh cov_upload
- codecov/upload:
file: './software/common/coverage_reports/coverage.info'
flags: common
flags: 'common'

controller-tests:
machine:
Expand Down
2 changes: 1 addition & 1 deletion software/common/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ upload_coverage_reports() {

# echo "Uploading to codecov..."

codecovcli do-upload --flag common
# codecovcli do-upload --flag common
}

generate_coverage_reports() {
Expand Down

0 comments on commit 2cba25f

Please sign in to comment.