Skip to content

fix(server/fetch): use html/template so that content is properly esca… #438

fix(server/fetch): use html/template so that content is properly esca…

fix(server/fetch): use html/template so that content is properly esca… #438

Workflow file for this run

name: Tests and Coverage
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: actions/setup-go@v2
with:
go-version: '1.19.2'
- name: Run coverage
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3