From 6c43c4c327154adeb4a382a0a03ee20c9b418455 Mon Sep 17 00:00:00 2001 From: Danny Edel Date: Sun, 31 Oct 2021 19:02:46 +0100 Subject: [PATCH] re-activate codecov.io --- .gitattributes | 8 +++----- .github/workflows/ubuntu.yml | 2 ++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index a3e0e2c..6673b80 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,9 +8,7 @@ gentoo/ export-ignore .gitattributes export-ignore .gitignore export-ignore -# Also don't export travis' build script -.travis.yml export-ignore -_travis/ export-ignore - -# Same for appveyor +# CI/CD scripts are not needed for exports .appveyor.yml export-ignore +.github/ export-ignore +.codecov.yml export-ignore diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index acf5ad4..b3e6bfb 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -40,3 +40,5 @@ jobs: run: > xvfb-run -a -s '-screen 0 1920x1080x24 -screen 1 1920x1200x24' ctest --output-on-failure --timeout 60 + - name: upload coverage + run: bash <(curl -s https://codecov.io/bash) -- 2.47.3