• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dbudwin / BudwinWebsite / 6087859900

05 Sep 2023 05:31PM UTC coverage: 84.375% (-10.9%) from 95.238%
6087859900

Pull #81

github

web-flow
Merge d66a7127d into 28df2e10f
Pull Request #81: Update packages and make accomodating changes

18 of 20 branches covered (0.0%)

Branch coverage included in aggregate %.

6 of 6 new or added lines in 1 file covered. (100.0%)

36 of 44 relevant lines covered (81.82%)

9.68 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/index.tsx
1
import "./sass/index.scss";
2

3
import {
4
    faChalkboardTeacher,
5
    faCode,
6
    faFlask,
7
    faGraduationCap
8
} from "@fortawesome/free-solid-svg-icons";
9
import {
10
    faGithub,
11
    faLinkedin,
12
    faMedium,
13
} from "@fortawesome/free-brands-svg-icons";
14

15
import App from "./app";
16
import PageFooter from "./components/page-footer";
17
import React from "react";
18
import { createRoot } from "react-dom/client";
19
import { library } from "@fortawesome/fontawesome-svg-core";
20

21
const rootContainer = document.getElementById("root");
×
22
const root = createRoot(rootContainer!);
×
23

24
const footerContainer = document.getElementById("footer");
×
25
const footer = createRoot(footerContainer!);
×
26

27
library.add(
×
28
    faChalkboardTeacher,
29
    faCode,
30
    faFlask,
31
    faGithub,
32
    faGraduationCap,
33
    faLinkedin,
34
    faMedium,
35
);
36

37
root.render(<App />);
×
38
footer.render(<PageFooter copyrightYear={new Date().getFullYear()} />);
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc