Skip to content

Commit

Permalink
Trying (yet again) to upload to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacmackin committed Jun 11, 2024
1 parent 4249c12 commit 7412701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ jobs:
# shellcheck disable=SC2086
docker run $ci_env -e CI=true ci-platypus-ubuntu:latest \
bash /opt/platypus/scripts/upload-coverage.sh
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5 changes: 0 additions & 5 deletions scripts/upload-coverage.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#!/bin/bash

cd /opt/platypus || exit 1

for filename in build/**/*.C; do
gcov -n -o . "$filename" > /dev/null
done

bash <(curl -s https://codecov.io/bash)

0 comments on commit 7412701

Please sign in to comment.