From cef8ee935bab168edddd2a5a98f95767cbfc51e0 Mon Sep 17 00:00:00 2001 From: Jonathan Stout Date: Fri, 10 Jul 2020 13:59:31 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e2e035630..ee162764d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,3 +16,8 @@ jobs: uses: actions/checkout@v2 - name: Run perl-OESS tests uses: jonstout/OESS@master + - name: Archive code coverage results + uses: actions/upload-artifact@v1 + with: + name: code-coverage-report + path: perl-lib/OESS/cover_db