Skip to content

Add TUM president as our project patron (Fixes #127) #345

Add TUM president as our project patron (Fixes #127)

Add TUM president as our project patron (Fixes #127) #345

Workflow file for this run

name: Codecov Workflow for elara-aerospace.com
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Ruby latest
uses: ruby/setup-ruby@v1
with:
ruby-version: 'head'
- name: Install dependencies
run: bundle install
# - name: Run tests and collect coverage
# run: bundle exec jekyll build
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}