From 20a6884eaf53710afc43fcdf1e25a533eaeac539 Mon Sep 17 00:00:00 2001 From: Avelino Date: Sat, 2 Apr 2022 06:46:17 -0300 Subject: [PATCH] Update COVERAGE.md --- COVERAGE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/COVERAGE.md b/COVERAGE.md index 4bd6e7fc..62f4931f 100644 --- a/COVERAGE.md +++ b/COVERAGE.md @@ -7,9 +7,9 @@ generate a code coverage report without one of those services. This yaml file will run tests on multiple system configurations, but will produce a code coverage report on only one of those. It will then create a code coverage badge -and add it to the Readme file. +and add it to the README file. -This file should be put in the .github/workflows directory of your repo. +This file should be put in the `.github/workflows` directory of your repo. ```yaml name: Go # The name of the workflow that will appear on Github @@ -68,4 +68,4 @@ jobs: github_token: ${{ github.token }} branch: ${{ github.ref }} -``` \ No newline at end of file +```