Skip to content

Bump path-to-regexp and express #16

Bump path-to-regexp and express

Bump path-to-regexp and express #16

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
# Insert steps for running tests here
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}