diff options
| author | J08nY | 2024-03-27 12:13:57 +0100 |
|---|---|---|
| committer | J08nY | 2024-03-27 12:13:57 +0100 |
| commit | d30ddada4441acb651ced166ff668cfdb99ae8d1 (patch) | |
| tree | cad202113a2e380be432106f0e1c35fb4367c22a /.github | |
| parent | 96f21ccff6cc3daa5728e4700459d655238f5b93 (diff) | |
| download | ECTester-d30ddada4441acb651ced166ff668cfdb99ae8d1.tar.gz ECTester-d30ddada4441acb651ced166ff668cfdb99ae8d1.tar.zst ECTester-d30ddada4441acb651ced166ff668cfdb99ae8d1.zip | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 5 |
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 |
