]> danny-edel.de - dspdfviewer.git/commitdiff
re-activate codecov.io
authorDanny Edel <mail@danny-edel.de>
Sun, 31 Oct 2021 18:02:46 +0000 (19:02 +0100)
committerDanny Edel <mail@danny-edel.de>
Sun, 31 Oct 2021 18:02:46 +0000 (19:02 +0100)
.gitattributes
.github/workflows/ubuntu.yml

index a3e0e2c9c37dffc9c71773bd526f7939d5ef8770..6673b807ec182d3dbac6547fbe24888bc1207b71 100644 (file)
@@ -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
index acf5ad4722223f0503de750fb21efc84f46654b6..b3e6bfb937f55b8413baadb69400ea27e37120c8 100644 (file)
@@ -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)