Skip to content

Fix deselect all

Fix deselect all #521

Workflow file for this run

name: Sweyer PR workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 📚 Git Checkout
uses: actions/checkout@v3
- name: 🧪 Test Sweyer
uses: ./.github/workflows/test
with:
testing_arguments: --coverage
- name: ☂ Upload Code Coverage
uses: codecov/codecov-action@v3