aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJ08nY2024-03-27 12:13:57 +0100
committerJ08nY2024-03-27 12:13:57 +0100
commitd30ddada4441acb651ced166ff668cfdb99ae8d1 (patch)
treecad202113a2e380be432106f0e1c35fb4367c22a /.github
parent96f21ccff6cc3daa5728e4700459d655238f5b93 (diff)
downloadECTester-d30ddada4441acb651ced166ff668cfdb99ae8d1.tar.gz
ECTester-d30ddada4441acb651ced166ff668cfdb99ae8d1.tar.zst
ECTester-d30ddada4441acb651ced166ff668cfdb99ae8d1.zip
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index eb4b902..f92df79 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -96,4 +96,7 @@ jobs:
path: |
applet/build/javacard/*.cap
reader/build/libs/ECTesterReader.jar
- standalone/build/libs/ECTesterStandalone.jar \ No newline at end of file
+ standalone/build/libs/ECTesterStandalone.jar
+
+ - name: Upload code coverage
+ uses: codecov/codecov-action@v4