Skip to content

Commit

Permalink
try codecov, only run on wwivbbs main
Browse files Browse the repository at this point in the history
  • Loading branch information
wwiv committed Dec 26, 2023
1 parent 906e6d2 commit cfa20f6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/wwiv-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ run-name: WWIV 5.9 CI
# ** IMPORTANT: ONLY allow on push events here since WWIV
# has some self hosted runners

on: [push]
on:
push:
branches:
- main

env:
CMAKE_BIN: cmake
Expand All @@ -23,6 +26,7 @@ env:
jobs:
wwiv-build-number:
name: Create Build Number
if: github.repository_owner == 'wwivbbs'
runs-on: ubuntu-latest
outputs:
build_number: ${{ steps.buildnumber.outputs.build_number }}
Expand Down Expand Up @@ -181,6 +185,11 @@ jobs:
env:
WWIV_ARCH: x86
WWIV_RELEASE: 5.9.0

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Look for output file
run: ls ${{ env.WWIV_RELEASE_ARCHIVE_FILE }}
Expand Down

0 comments on commit cfa20f6

Please sign in to comment.