Skip to content

Bump package_info_plus from 8.1.0 to 8.1.1 #166

Bump package_info_plus from 8.1.0 to 8.1.1

Bump package_info_plus from 8.1.0 to 8.1.1 #166

Workflow file for this run

name: Run Sweyer tests
on:
pull_request:
push:
branches:
- main
- master
- 'releases/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 📚 Git Checkout
uses: actions/checkout@v4
- name: 🧪 Test Sweyer
uses: ./.github/workflows/test
with:
testing_arguments: --coverage
- name: ☂ Upload Code Coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}